1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-09 00:40:11 +01:00

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():
#Read configuration...
execfile('config.py')
execfile('config.py', globals())
# Parse command line...
parser = OptionParser()