From: Colin P. Mccabe Date: Mon, 22 Jul 2019 18:06:10 +0000 (-0700) Subject: tagger.py: use python2 in the shebang line X-Git-Url: http://www.club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be18b25512f1032b934a9674a17d98c2b772edf5;hp=0199f6555377ad9d2bc9fc40f3c3df2c081d2f57;p=cmccabe-bin tagger.py: use python2 in the shebang line --- 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.