[Mpuls-commits] r1662 - in wasko/branches/2.0: . waskaweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 18 18:11:27 CET 2010
Author: bh
Date: 2010-02-18 18:11:22 +0100 (Thu, 18 Feb 2010)
New Revision: 1662
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/model/case.py
Log:
* waskaweb/model/case.py: Remove unused imports.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-18 17:09:10 UTC (rev 1661)
+++ wasko/branches/2.0/ChangeLog 2010-02-18 17:11:22 UTC (rev 1662)
@@ -1,5 +1,9 @@
2010-02-18 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/model/case.py: Remove unused imports.
+
+2010-02-18 Bernhard Herzog <bh at intevation.de>
+
* mpulsweb/model/case.py: Start the base version of the case model
module.
(get_field_identifier): Added. Moved here from waskaweb
Modified: wasko/branches/2.0/waskaweb/model/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/case.py 2010-02-18 17:09:10 UTC (rev 1661)
+++ wasko/branches/2.0/waskaweb/model/case.py 2010-02-18 17:11:22 UTC (rev 1662)
@@ -41,7 +41,6 @@
from formed.instance.backends.postgres import DBFactory as InstanceFactory
from formed.instance.tree import SetDataException
-from formed.meta.data import RepeatNode
from formed.meta import UNKNOWN_DATE
from mpulsweb.lib.base import session, g
More information about the Mpuls-commits
mailing list