[Mpuls-commits] r2608 - in wasko/branches/2.0: . mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue May 4 12:10:29 CEST 2010
Author: bh
Date: 2010-05-04 12:10:23 +0200 (Tue, 04 May 2010)
New Revision: 2608
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/mpulsweb/lib/export.py
Log:
* mpulsweb/lib/export.py: Remove unused imports.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-05-04 10:03:47 UTC (rev 2607)
+++ wasko/branches/2.0/ChangeLog 2010-05-04 10:10:23 UTC (rev 2608)
@@ -1,5 +1,9 @@
2010-05-04 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/lib/export.py: Remove unused imports.
+
+2010-05-04 Bernhard Herzog <bh at intevation.de>
+
* mpulsweb/lib/export.py: Fix formatting.
2010-05-04 Bernhard Herzog <bh at intevation.de>
Modified: wasko/branches/2.0/mpulsweb/lib/export.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/export.py 2010-05-04 10:03:47 UTC (rev 2607)
+++ wasko/branches/2.0/mpulsweb/lib/export.py 2010-05-04 10:10:23 UTC (rev 2608)
@@ -1,4 +1,3 @@
-import sys
from types import StringTypes, IntType, LongType
from StringIO import StringIO
import logging
More information about the Mpuls-commits
mailing list