# HG changeset patch # User Gregor Horvath E20 # Date 1463636196 -7200 # Thu May 19 07:36:36 2016 +0200 # Node ID 19bcd62f558fb1ce069e6e89f0d86e7f8e4ea5af # Parent 99f3575333d4f003aa1f0627d6e1a979e8672b30 shebang line explicit for python2 (issue #6) diff --git a/music_collection_sync.py b/music_collection_sync.py --- a/music_collection_sync.py +++ b/music_collection_sync.py @@ -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.