[Mpuls-commits] r4053 - base/trunk/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Oct 27 19:23:03 CEST 2010
Author: torsten
Date: 2010-10-27 19:23:02 +0200 (Wed, 27 Oct 2010)
New Revision: 4053
Modified:
base/trunk/mpulsweb/lib/app_globals.py
Log:
* mpulsweb/lib/app_globals.py: Save location of tagging configuration in a global var. It is used to init the TagSetterConfig.
Modified: base/trunk/mpulsweb/lib/app_globals.py
===================================================================
--- base/trunk/mpulsweb/lib/app_globals.py 2010-10-27 17:20:20 UTC (rev 4052)
+++ base/trunk/mpulsweb/lib/app_globals.py 2010-10-27 17:23:02 UTC (rev 4053)
@@ -101,6 +101,7 @@
# Load taggingconfig
log.debug("Loading configuration for tagging from %s" % tagging_file)
+ self.taggingConfFile = tagging_file
self.taggingConf = TagSetterConfig(tagging_file)
# tell paste to restart the server if the formed files change
More information about the Mpuls-commits
mailing list