[Zodb-checkins] CVS: ZODB3/BTrees - check.py:1.5

Jeremy Hylton jeremy at zope.com
Thu Oct 2 16:18:24 EDT 2003


Update of /cvs-repository/ZODB3/BTrees
In directory cvs.zope.org:/tmp/cvs-serv6351/BTrees

Modified Files:
	check.py 
Log Message:
Remove unused imports and definitions of True/False.


=== ZODB3/BTrees/check.py 1.4 => 1.5 ===
--- ZODB3/BTrees/check.py:1.4	Wed Jun 11 14:59:42 2003
+++ ZODB3/BTrees/check.py	Thu Oct  2 16:17:53 2003
@@ -41,12 +41,6 @@
 
 TYPE_UNKNOWN, TYPE_BTREE, TYPE_BUCKET = range(3)
 
-try:
-    True
-except NameError:
-    True = 1
-    False = 0
-
 _type2kind = {IOBTree: (TYPE_BTREE, True),
               IIBTree: (TYPE_BTREE, True),
               OIBTree: (TYPE_BTREE, True),




More information about the Zodb-checkins mailing list