Start using config and options as common.py globals

This commit is contained in:
Daniel Martí 2013-10-31 23:27:03 +01:00
parent 4bd64de501
commit 66a431a14a
12 changed files with 128 additions and 100 deletions

2
fdroid
View file

@ -52,7 +52,7 @@ def main():
sys.exit(1)
if not os.path.isfile('config.py'):
print "ERROR: No config.py configuration file present"
print "Missing config file - is this a repo directory?"
sys.exit(2)
for basedir in ('metadata', 'tmp'):