[Mpuls-commits] r1491 - wasko/branches/2.0/waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 11 08:40:21 CET 2010


Author: torsten
Date: 2010-02-11 08:40:20 +0100 (Thu, 11 Feb 2010)
New Revision: 1491

Modified:
   wasko/branches/2.0/waskaweb/controllers/casedocument.py
Log:
* waskaweb/controllers/casedocument.py: Import document from base now.


Modified: wasko/branches/2.0/waskaweb/controllers/casedocument.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/casedocument.py	2010-02-11 07:40:02 UTC (rev 1490)
+++ wasko/branches/2.0/waskaweb/controllers/casedocument.py	2010-02-11 07:40:20 UTC (rev 1491)
@@ -9,8 +9,8 @@
 from waskaweb.lib.base import BaseController, render
 from mpulsweb.lib.security import checkRole
 import mpulsweb.lib.helpers as h
+from mpulsweb.model.document import Document, deleteDocument
 from waskaweb.model.case import CaseFactory, LoadCaseNotExistsError
-from waskaweb.model.document import Document, deleteDocument
 
 log = logging.getLogger(__name__)
 



More information about the Mpuls-commits mailing list