Use /usr/bin/env python shebang

This commit is contained in:
CorpNewt 2018-11-09 09:30:58 -06:00 committed by GitHub
parent 340ba88150
commit 7333fdb330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from Scripts import *
import os, datetime, shutil, time, sys, argparse