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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 11 11:13:03 CET 2010


Author: torsten
Date: 2010-02-11 11:13:02 +0100 (Thu, 11 Feb 2010)
New Revision: 1516

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



Modified: wasko/branches/2.0/waskaweb/controllers/annotations.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/annotations.py	2010-02-11 09:47:46 UTC (rev 1515)
+++ wasko/branches/2.0/waskaweb/controllers/annotations.py	2010-02-11 10:13:02 UTC (rev 1516)
@@ -6,7 +6,7 @@
 from pylons.controllers.util import abort
 
 from mpulsweb.lib.security import checkRole
-from waskaweb.lib.base import BaseController, render
+from mpulsweb.lib.base import BaseController, render
 
 log = logging.getLogger(__name__)
 



More information about the Mpuls-commits mailing list