add python hash-bang (for easier execution on POSIX oses)

This commit is contained in:
Paul Molodowitch 2013-12-23 14:36:54 -08:00
parent a05fb5bd79
commit d24216690d

View File

@ -1,3 +1,4 @@
#!python
import re import re
from optparse import OptionParser from optparse import OptionParser
import os.path import os.path