[Mpuls-commits] r1667 - in wasko/branches/2.0: . waskaweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 18 19:28:25 CET 2010
Author: bh
Date: 2010-02-18 19:28:23 +0100 (Thu, 18 Feb 2010)
New Revision: 1667
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 18:27:18 UTC (rev 1666)
+++ wasko/branches/2.0/ChangeLog 2010-02-18 18:28:23 UTC (rev 1667)
@@ -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>
+
Move the Case class partly to a new base class, MpulsCase:
* waskaweb/model/case.py (Case): Derive from MpulsCase.
Modified: wasko/branches/2.0/waskaweb/model/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/case.py 2010-02-18 18:27:18 UTC (rev 1666)
+++ wasko/branches/2.0/waskaweb/model/case.py 2010-02-18 18:28:23 UTC (rev 1667)
@@ -44,13 +44,12 @@
from formed.meta import UNKNOWN_DATE
from mpulsweb.lib.base import session, g
-from mpulsweb.lib.helpers import ensure_unicode
from mpulsweb.lib.db import db, PostgresDBInterface
from mpulsweb.model.user import UserObject
from mpulsweb.model.agencysettings import Agency
from mpulsweb.model.document import listDocuments
-from mpulsweb.model.case import Field, LoadCaseNotExistsError, MpulsCase, \
+from mpulsweb.model.case import LoadCaseNotExistsError, MpulsCase, \
get_field_identifier
from mpulsweb.controllers.formularpage import convert2dic
More information about the Mpuls-commits
mailing list