[Zope3-checkins] CVS: Zope3/src/zope/interface - verify.py:1.7

Philipp von Weitershausen cvs-admin at zope.org
Sat Dec 6 07:30:00 EST 2003


Update of /cvs-repository/Zope3/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv24286

Modified Files:
	verify.py 
Log Message:
Boolean


=== Zope3/src/zope/interface/verify.py 1.6 => 1.7 ===
--- Zope3/src/zope/interface/verify.py:1.6	Sat May  3 12:36:05 2003
+++ Zope3/src/zope/interface/verify.py	Sat Dec  6 07:29:58 2003
@@ -73,7 +73,7 @@
         if mess:
             raise BrokenMethodImplementation(n, mess)
 
-    return 1
+    return True
 
 def verifyClass(iface, candidate, tentative=0):
     return _verify(iface, candidate, tentative, vtype='c')




More information about the Zope3-Checkins mailing list