shebang line explicit for python2 (issue #6)
1 files changed, 1 insertions(+), 1 deletions(-)

M music_collection_sync.py
M music_collection_sync.py +1 -1
@@ 1,4 1,4 @@ 
-#!/usr/bin/python
+#!/usr/bin/env python2
 
 """
 This script synchronizes a music collection recursivly one way from a losless format source directory to a lossy file format target directory.