chiark / gitweb /
Missed a config thingy
authorCiaran Gultnieks <ciaran@ciarang.com>
Sun, 26 Feb 2012 17:15:07 +0000 (17:15 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 26 Feb 2012 17:15:07 +0000 (17:15 +0000)
rewritemeta.py

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