[Mpuls-commits] r1049 - in wasko/branches/2.0: . waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 1 12:33:40 CET 2010
Author: bh
Date: 2010-02-01 12:33:39 +0100 (Mon, 01 Feb 2010)
New Revision: 1049
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/controllers/case.py
Log:
* waskaweb/controllers/case.py (CaseController.importXMLAction):
Remove unused local variable.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-01 11:29:35 UTC (rev 1048)
+++ wasko/branches/2.0/ChangeLog 2010-02-01 11:33:39 UTC (rev 1049)
@@ -1,5 +1,10 @@
2010-02-01 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/controllers/case.py (CaseController.importXMLAction):
+ Remove unused local variable.
+
+2010-02-01 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/lib/db.py: Make psycopg2 return unicode objects in
query results so that they don't have to be converted explicitly
later. Also, the since the formed instance tree uses this, it now
Modified: wasko/branches/2.0/waskaweb/controllers/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-01 11:29:35 UTC (rev 1048)
+++ wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-01 11:33:39 UTC (rev 1049)
@@ -646,7 +646,6 @@
@checkRole('cm_ka')
def importXMLAction(self):
- factory = CaseFactory()
try:
xml = request.POST['xmlfile']
conn = None
More information about the Mpuls-commits
mailing list