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

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


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

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



Modified: wasko/branches/2.0/waskaweb/controllers/document.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/document.py	2010-02-11 07:36:33 UTC (rev 1489)
+++ wasko/branches/2.0/waskaweb/controllers/document.py	2010-02-11 07:40:02 UTC (rev 1490)
@@ -36,9 +36,9 @@
 from pylons import config
 
 from mpulsweb.lib.security import checkRole
+from mpulsweb.model.document import Document, listDocuments, deleteDocument
 
 from waskaweb.lib.base import BaseController, c, h, redirect_to, render, request
-from waskaweb.model.document import Document, listDocuments, deleteDocument
 
 
 log = logging.getLogger(__name__)



More information about the Mpuls-commits mailing list