Resolved some unpleasant global-scope usage and related issues

This commit is contained in:
Ciaran Gultnieks 2012-02-26 17:14:15 +00:00
parent ee268c64ec
commit e920a3ca58
7 changed files with 24 additions and 41 deletions

View file

@ -34,7 +34,7 @@ from common import VCSException
def main():
# Read configuration...
execfile('config.py')
execfile('config.py', globals())
# Parse command line...