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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 4 17:34:08 CET 2010


Author: bh
Date: 2010-03-04 17:34:07 +0100 (Thu, 04 Mar 2010)
New Revision: 1895

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/mpulsweb/lib/renderer.py
Log:
* mpulsweb/lib/renderer.py (ViewRenderer._renderInfo): Remove
unused local variable out.


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-03-04 15:14:30 UTC (rev 1894)
+++ wasko/branches/2.0/ChangeLog	2010-03-04 16:34:07 UTC (rev 1895)
@@ -1,5 +1,10 @@
 2010-03-04  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/lib/renderer.py (ViewRenderer._renderInfo): Remove
+	unused local variable out.
+
+2010-03-04  Bernhard Herzog  <bh at intevation.de>
+
 	Make plain boolean fields work in the form pages
 
 	* mpulsweb/lib/renderer.py (hidden_bool_tag)

Modified: wasko/branches/2.0/mpulsweb/lib/renderer.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/renderer.py	2010-03-04 15:14:30 UTC (rev 1894)
+++ wasko/branches/2.0/mpulsweb/lib/renderer.py	2010-03-04 16:34:07 UTC (rev 1895)
@@ -461,7 +461,6 @@
 
     def _renderConditional(self, conditional):
         meta = self._getMeta(conditional)
-        out = u""
         if True: #meta.evaluate():
             ro = not meta.isInvisible()
             if ro:



More information about the Mpuls-commits mailing list