[Mpuls-commits] r1349 - in wasko/branches/2.0: . waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 9 11:57:55 CET 2010


Author: bh
Date: 2010-02-09 11:57:54 +0100 (Tue, 09 Feb 2010)
New Revision: 1349

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/waskaweb/controllers/document.py
Log:
* waskaweb/controllers/document.py: Expand star imports.


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-02-09 09:13:23 UTC (rev 1348)
+++ wasko/branches/2.0/ChangeLog	2010-02-09 10:57:54 UTC (rev 1349)
@@ -1,3 +1,7 @@
+2010-02-09  Bernhard Herzog  <bh at intevation.de>
+
+	* waskaweb/controllers/document.py: Expand star imports.
+
 2010-02-09  Torsten Irländer <torsten.irlaender at intevation.de>
 
 	Moved usersettings to base.

Modified: wasko/branches/2.0/waskaweb/controllers/document.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/document.py	2010-02-09 09:13:23 UTC (rev 1348)
+++ wasko/branches/2.0/waskaweb/controllers/document.py	2010-02-09 10:57:54 UTC (rev 1349)
@@ -37,7 +37,7 @@
 
 from mpulsweb.lib.security import checkRole
 
-from waskaweb.lib.base import *
+from waskaweb.lib.base import BaseController, c, h, redirect_to, render, request
 from waskaweb.model.document import Document, listDocuments, deleteDocument
 
 



More information about the Mpuls-commits mailing list