[Mpuls-commits] r1472 - wasko/branches/2.0/waskaweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 10 17:18:03 CET 2010
Author: torsten
Date: 2010-02-10 17:18:03 +0100 (Wed, 10 Feb 2010)
New Revision: 1472
Modified:
wasko/branches/2.0/waskaweb/model/appointment.py
Log:
* waskaweb/model/appointment.py: import session from mpuls.lib.base
Modified: wasko/branches/2.0/waskaweb/model/appointment.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/appointment.py 2010-02-10 15:54:58 UTC (rev 1471)
+++ wasko/branches/2.0/waskaweb/model/appointment.py 2010-02-10 16:18:03 UTC (rev 1472)
@@ -31,7 +31,7 @@
from datetime import datetime, timedelta
import mpulsweb.lib.helpers as h
-from waskaweb.lib.base import session
+from mpulsweb.lib.base import session
from mpulsweb.lib.db import db
from mpulsweb.model.agencysettings import Agency
from waskaweb.model.case import CaseOverview
More information about the Mpuls-commits
mailing list