[Mpuls-commits] r1432 - in wasko/branches/2.0: . mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 9 19:26:20 CET 2010


Author: bh
Date: 2010-02-09 19:26:19 +0100 (Tue, 09 Feb 2010)
New Revision: 1432

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/mpulsweb/lib/base.py
Log:
* mpulsweb/lib/base.py (CaseBaseController): Removed. Not used
anywhere.


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-02-09 18:24:02 UTC (rev 1431)
+++ wasko/branches/2.0/ChangeLog	2010-02-09 18:26:19 UTC (rev 1432)
@@ -1,5 +1,10 @@
 2010-02-09  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/lib/base.py (CaseBaseController): Removed. Not used
+	anywhere.
+
+2010-02-09  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/controllers/administration.py: Expand star imports
 
 2010-02-09  Bernhard Herzog  <bh at intevation.de>

Modified: wasko/branches/2.0/mpulsweb/lib/base.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/base.py	2010-02-09 18:24:02 UTC (rev 1431)
+++ wasko/branches/2.0/mpulsweb/lib/base.py	2010-02-09 18:26:19 UTC (rev 1432)
@@ -155,9 +155,6 @@
         return leftd
 
 
-class CaseBaseController(BaseController):
-    pass
-
 # Include the '_' function in the public names
 __all__ = [__name for __name in locals().keys() if not __name.startswith('_') \
            or __name == '_']



More information about the Mpuls-commits mailing list