removed appdir test

This commit is contained in:
Frédéric Péters 2005-05-19 21:28:05 +00:00
parent 2126f59e09
commit 94d3df3ada
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class WcsPublisher(Publisher):
# called for each request, should set APP_DIR here for a kind of
# virtual hosting (set it from HTTP header, hostname, uri, whatever)
global app_dir
app_dir = wcs.APP_DIR + '/_TEST'
app_dir = wcs.APP_DIR
wcs.misc.filename = os.path.join(app_dir, 'config.pck')
wcs.misc.reload_cfg()
storage.FilesStorage.BASEDIR = app_dir