[Mpuls-commits] r3804 - base/trunk/mpulsweb/lib/helper
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 28 10:13:28 CEST 2010
Author: torsten
Date: 2010-09-28 10:13:28 +0200 (Tue, 28 Sep 2010)
New Revision: 3804
Modified:
base/trunk/mpulsweb/lib/helper/case.py
Log:
Fixed import
Modified: base/trunk/mpulsweb/lib/helper/case.py
===================================================================
--- base/trunk/mpulsweb/lib/helper/case.py 2010-09-28 08:10:20 UTC (rev 3803)
+++ base/trunk/mpulsweb/lib/helper/case.py 2010-09-28 08:13:28 UTC (rev 3804)
@@ -7,7 +7,7 @@
from mpulsweb.lib.base import g
from mpulsweb.lib.translation import _
from mpulsweb.lib.db import PostgresDBInterface, db
-from mpulsweb.lib.helpers import format_date, timedelta_in_weeks
+from mpulsweb.lib.helpers import format_date, format_number
log = logging.getLogger(__name__)
More information about the Mpuls-commits
mailing list