[Zodb-checkins] CVS: ZODB3/ZConfig - info.py:1.17

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


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

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


=== ZODB3/ZConfig/info.py 1.16 => 1.17 ===
--- ZODB3/ZConfig/info.py:1.16	Sat Aug  2 13:11:15 2003
+++ ZODB3/ZConfig/info.py	Thu Oct  2 16:17:52 2003
@@ -16,13 +16,6 @@
 import ZConfig
 
 
-try:
-    True
-except NameError:
-    True = 1
-    False = 0
-
-
 class UnboundedThing:
     __metaclass__ = type
     __slots__ = ()




More information about the Zodb-checkins mailing list