[Mpuls-commits] r1228 - wasko/branches/2.0/waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 4 11:09:01 CET 2010


Author: torsten
Date: 2010-02-04 11:08:58 +0100 (Thu, 04 Feb 2010)
New Revision: 1228

Modified:
   wasko/branches/2.0/waskaweb/lib/app_globals.py
Log:
Added TODO comment


Modified: wasko/branches/2.0/waskaweb/lib/app_globals.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/app_globals.py	2010-02-04 10:05:51 UTC (rev 1227)
+++ wasko/branches/2.0/waskaweb/lib/app_globals.py	2010-02-04 10:08:58 UTC (rev 1228)
@@ -78,6 +78,11 @@
             # file and parse errors.
             log.exception("Could not open helpfile %r", annotation_file)
 
+
+        # TODO: These setups should be while application intialisation, as they
+        # are not related to any global vars or functions. Move to
+        # config/environment.py
+
         # set time logging
         time_host = config.get('time_host')
         time_port = config.get('time_port')



More information about the Mpuls-commits mailing list