[Mpuls-commits] r756 - in wasko/branches/2.0: . waskaweb/config
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jan 19 17:14:41 CET 2010
Author: bh
Date: 2010-01-19 17:14:40 +0100 (Tue, 19 Jan 2010)
New Revision: 756
Modified:
wasko/branches/2.0/ChangeLog.txt
wasko/branches/2.0/waskaweb/config/environment.py
Log:
* environment.py (load_environment): remove debug print
Modified: wasko/branches/2.0/ChangeLog.txt
===================================================================
--- wasko/branches/2.0/ChangeLog.txt 2010-01-19 16:02:33 UTC (rev 755)
+++ wasko/branches/2.0/ChangeLog.txt 2010-01-19 16:14:40 UTC (rev 756)
@@ -1,5 +1,9 @@
2010-01-19 Bernhard Herzog <bh at intevation.de>
+ * environment.py (load_environment): remove debug print
+
+2010-01-19 Bernhard Herzog <bh at intevation.de>
+
* development_wsgi.ini, production_wsgi.ini: removed. no longer
used.
Modified: wasko/branches/2.0/waskaweb/config/environment.py
===================================================================
--- wasko/branches/2.0/waskaweb/config/environment.py 2010-01-19 16:02:33 UTC (rev 755)
+++ wasko/branches/2.0/waskaweb/config/environment.py 2010-01-19 16:14:40 UTC (rev 756)
@@ -1,4 +1,4 @@
-# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
+# Copyright 2007, 2008, 2010 Intevation GmbH, Germany, <info at intevation.de>
#
# This file is part of mpuls WASKA (CoMPUter-based case fiLeS -
# Web-Anwendungs-Server fuer Kompetenzagenturen).
@@ -46,7 +46,6 @@
templates=[os.path.join(root, 'templates')])
# Initialize config with the basic options
- print "init: %s" % config
config.init_app(global_conf, app_conf, package='waskaweb',
template_engine='mako', paths=paths)
More information about the Mpuls-commits
mailing list