[Zope3-checkins] CVS: Zope3/lib/python/Zope/Misc - GetDescr.py:1.4

Florent Guillaume fg@nuxeo.com
Sat, 28 Sep 2002 12:28:12 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Misc
In directory cvs.zope.org:/tmp/cvs-serv29465

Modified Files:
	GetDescr.py 
Log Message:
Fixed typo introduced in last checkin.


=== Zope3/lib/python/Zope/Misc/GetDescr.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/Misc/GetDescr.py:1.3	Fri Sep 27 21:02:39 2002
+++ Zope3/lib/python/Zope/Misc/GetDescr.py	Sat Sep 28 12:28:11 2002
@@ -56,7 +56,7 @@
             break
     else:
         return None
-_loop_callbacks    if not hasattr(found, "__get__"):
+    if not hasattr(found, "__get__"):
         return None
     if not isivar or hasattr(found, "__set__"):
         return found