ludicrous change

This commit is contained in:
Frédéric Péters 2005-05-21 14:43:56 +00:00
parent 60ebf982ba
commit e97e6aa658
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def init_dir():
global app_dir
if not os.path.exists(APP_DIR):
os.mkdir(APP_DIR)
app_dir = wcs.APP_DIR
app_dir = APP_DIR
wcs.misc.filename = os.path.join(app_dir, 'config.pck')
wcs.misc.reload_cfg()
storage.FilesStorage.BASEDIR = app_dir