[Zodb-checkins] CVS: Zope/lib/python/BTrees - __init__.py:1.3.84.4
Matthew T. Kromer
matt@zope.com
Tue, 24 Sep 2002 15:41:54 -0400
Update of /cvs-repository/Zope/lib/python/BTrees
In directory cvs.zope.org:/tmp/cvs-serv29926/lib/python/BTrees
Modified Files:
Tag: Zope-2_5-branch
__init__.py
Log Message:
Back out to prior __init__ (empty)
=== Zope/lib/python/BTrees/__init__.py 1.3.84.3 => 1.3.84.4 ===
--- Zope/lib/python/BTrees/__init__.py:1.3.84.3 Tue Sep 24 13:30:41 2002
+++ Zope/lib/python/BTrees/__init__.py Tue Sep 24 15:41:54 2002
@@ -1,13 +1 @@
-import ZODB
-
-try: import intSet
-except: pass
-else: del intSet
-
-# Register interfaces
-try: import Interface
-except ImportError: pass # Don't register interfaces if no scarecrow
-else:
- import Interfaces
- del Interfaces
- del Interface
+# Empty init file