[Mpuls-commits] r1211 - in wasko/branches/2.0: . waskaweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 3 11:35:33 CET 2010


Author: bh
Date: 2010-02-03 11:35:31 +0100 (Wed, 03 Feb 2010)
New Revision: 1211

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-03 10:24:03 UTC (rev 1210)
+++ wasko/branches/2.0/ChangeLog	2010-02-03 10:35:31 UTC (rev 1211)
@@ -1,5 +1,9 @@
 2010-02-03  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/model/case.py: Remove unused imports
+
+2010-02-03  Bernhard Herzog  <bh at intevation.de>
+
 	Rework the Statement interface.  The Statement are now
 	instantiated with case and agency objects and use those to fill
 	out the statement templates when the actual statement text is

Modified: wasko/branches/2.0/waskaweb/model/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/case.py	2010-02-03 10:24:03 UTC (rev 1210)
+++ wasko/branches/2.0/waskaweb/model/case.py	2010-02-03 10:35:31 UTC (rev 1211)
@@ -32,7 +32,6 @@
 import traceback
 import codecs
 import cStringIO as StringIO
-from locale import strcoll
 from sets import Set
 import logging
 
@@ -46,7 +45,7 @@
 from formed.meta import UNKNOWN_DATE
 
 from waskaweb.lib.base import session, g
-from waskaweb.lib.helpers import dd_mm_YYYY, ensure_unicode
+from waskaweb.lib.helpers import ensure_unicode
 from waskaweb.lib.db import db, PostgresDBInterface
 from waskaweb.lib.search import CaseSearch
 #from waskaweb.lib.csv import exportAsCSV



More information about the Mpuls-commits mailing list