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 c06d2563b0
commit 8a08e18027

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