Missed a config thingy

This commit is contained in:
Ciaran Gultnieks 2012-02-26 17:15:07 +00:00
parent e920a3ca58
commit f31fad745f

View file

@ -30,7 +30,7 @@ import common
def main(): def main():
#Read configuration... #Read configuration...
execfile('config.py') execfile('config.py', globals())
# Parse command line... # Parse command line...
parser = OptionParser() parser = OptionParser()