[Zope-Checkins] CVS: Zope2 - DT_Util.py:1.81.2.2

andreas@serenade.digicool.com andreas@serenade.digicool.com
Thu, 5 Jul 2001 08:22:52 -0400


Update of /cvs-repository/Zope2/lib/python/DocumentTemplate
In directory serenade:/tmp/cvs-serv18089/lib/python/DocumentTemplate

Modified Files:
      Tag: Zope-2_4-branch
	DT_Util.py 
Log Message:
corrected commit



--- Updated File DT_Util.py in package Zope2 --
--- DT_Util.py	2001/07/05 12:17:18	1.81.2.1
+++ DT_Util.py	2001/07/05 12:22:51	1.81.2.2
@@ -163,7 +163,6 @@
         get = getattr
     try:
         get(inst, name)
-        return 0
     except (AttributeError, ValidationError, KeyError):
         return 0
     else: