[Zope-Checkins] CVS: ZODB3/BDBStorage - BerkeleyBase.py:1.44

Jeremy Hylton jeremy at zope.com
Thu Oct 2 16:17:54 EDT 2003


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

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


=== ZODB3/BDBStorage/BerkeleyBase.py 1.43 => 1.44 ===
--- ZODB3/BDBStorage/BerkeleyBase.py:1.43	Thu Oct  2 14:17:32 2003
+++ ZODB3/BDBStorage/BerkeleyBase.py	Thu Oct  2 16:17:54 2003
@@ -43,12 +43,6 @@
 # better to shutdown cleanly.
 JOIN_TIME = 10
 
-try:
-    True, False
-except NameError:
-    True = 1
-    False = 0
-
 
 
 class PackStop(Exception):




More information about the Zope-Checkins mailing list