[Mpuls-commits] r769 - in wasko/branches/2.0: . waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jan 19 19:28:33 CET 2010
Author: bh
Date: 2010-01-19 19:28:31 +0100 (Tue, 19 Jan 2010)
New Revision: 769
Modified:
wasko/branches/2.0/ChangeLog.txt
wasko/branches/2.0/waskaweb/lib/config.py
Log:
* waskaweb/lib/config.py (MpulsConfig.build_defaults): Remove
defaults for now unused paths settings
Modified: wasko/branches/2.0/ChangeLog.txt
===================================================================
--- wasko/branches/2.0/ChangeLog.txt 2010-01-19 18:24:07 UTC (rev 768)
+++ wasko/branches/2.0/ChangeLog.txt 2010-01-19 18:28:31 UTC (rev 769)
@@ -1,5 +1,10 @@
2010-01-19 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/lib/config.py (MpulsConfig.build_defaults): Remove
+ defaults for now unused paths settings
+
+2010-01-19 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/lib/base.py: Fix formatting and remove commented out code
2010-01-19 Bernhard Herzog <bh at intevation.de>
Modified: wasko/branches/2.0/waskaweb/lib/config.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/config.py 2010-01-19 18:24:07 UTC (rev 768)
+++ wasko/branches/2.0/waskaweb/lib/config.py 2010-01-19 18:28:31 UTC (rev 769)
@@ -85,12 +85,6 @@
set('formed', 'treefile', 'formedtree.xml')
set('formed', 'annotation', 'annotations.xhtml')
- # Leave empty for default values
- set('paths', 'public', '')
- set('paths', 'i18n', '')
- set('paths', 'addons', '')
- set('paths', 'templates', '')
-
# PHASES
# --------
# Available Phases:
More information about the Mpuls-commits
mailing list