From be18b25512f1032b934a9674a17d98c2b772edf5 Mon Sep 17 00:00:00 2001 From: Colin P. Mccabe Date: Mon, 22 Jul 2019 11:06:10 -0700 Subject: [PATCH] tagger.py: use python2 in the shebang line --- tagger.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tagger.py b/tagger.py index ea59b59..59c280b 100755 --- a/tagger.py +++ b/tagger.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Changes mp3 ID3 tags to match the file names. -- 1.6.6.rc1.39.g9a42