Reworked config.py (better variable names autodetection)

This commit is contained in:
Niklas Bölter
2010-11-13 17:40:02 +01:00
parent f1abd40ffa
commit d2d1759601
5 changed files with 26 additions and 15 deletions

4
run.py
View File

@@ -50,8 +50,8 @@ import eos.db
if __name__ == "__main__":
#Make sure the saveddata db exists
if not os.path.exists(config.homePath):
os.mkdir(config.homePath)
if not os.path.exists(config.savePath):
os.mkdir(config.savePath)
eos.db.saveddata_meta.create_all()