[Mpuls-commits] r1860 - wasko/branches/2.0/jmdweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Mar 1 08:39:12 CET 2010
Author: torsten
Date: 2010-03-01 08:39:11 +0100 (Mon, 01 Mar 2010)
New Revision: 1860
Modified:
wasko/branches/2.0/jmdweb/controllers/casedocument.py
Log:
* jmdweb/controllers/casedocument.py: Import BaseController from
mpulsweb.
Modified: wasko/branches/2.0/jmdweb/controllers/casedocument.py
===================================================================
--- wasko/branches/2.0/jmdweb/controllers/casedocument.py 2010-03-01 07:36:41 UTC (rev 1859)
+++ wasko/branches/2.0/jmdweb/controllers/casedocument.py 2010-03-01 07:39:11 UTC (rev 1860)
@@ -10,7 +10,7 @@
import mpulsweb.lib.helpers as h
from mpulsweb.model.document import Document, deleteDocument
-from jmdweb.lib.base import BaseController, render
+from mpulsweb.lib.base import BaseController, render
log = logging.getLogger(__name__)
More information about the Mpuls-commits
mailing list