[Mpuls-commits] r993 - in wasko/branches/2.0: . waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jan 28 19:12:17 CET 2010
Author: bh
Date: 2010-01-28 19:12:15 +0100 (Thu, 28 Jan 2010)
New Revision: 993
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/lib/config.py
Log:
* waskaweb/lib/config.py: Remove unused imports
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-01-28 16:29:52 UTC (rev 992)
+++ wasko/branches/2.0/ChangeLog 2010-01-28 18:12:15 UTC (rev 993)
@@ -1,5 +1,9 @@
2010-01-28 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/lib/config.py: Remove unused imports
+
+2010-01-28 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/model/case.py (State.getAccessTime, State.getLastDate):
Remove the format parameter so that these methods always return
the actual datetime object. The format parameter isn't used
Modified: wasko/branches/2.0/waskaweb/lib/config.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/config.py 2010-01-28 16:29:52 UTC (rev 992)
+++ wasko/branches/2.0/waskaweb/lib/config.py 2010-01-28 18:12:15 UTC (rev 993)
@@ -8,10 +8,7 @@
# author: Torsten Irländer <torsten.irlaender at intevation.de>
#
-
-import sys
import os.path
-import datetime
import logging
import simplejson as json
More information about the Mpuls-commits
mailing list