Change shebang from /usr/bin/python to /usr/bin/env python

Resolves #99
This commit is contained in:
derv82
2018-06-09 22:45:38 -04:00
parent c085a7e7f0
commit 9d1db5966b
38 changed files with 38 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import time