[Zope3-checkins] CVS: ZODB4/Persistence - Module.py:1.14
Jeremy Hylton
jeremy@zope.com
Thu, 19 Sep 2002 23:51:47 -0400
Update of /cvs-repository/ZODB4/Persistence
In directory cvs.zope.org:/tmp/cvs-serv936
Modified Files:
Module.py
Log Message:
Remove unused import
=== ZODB4/Persistence/Module.py 1.13 => 1.14 ===
--- ZODB4/Persistence/Module.py:1.13 Thu Sep 19 23:51:13 2002
+++ ZODB4/Persistence/Module.py Thu Sep 19 23:51:47 2002
@@ -10,7 +10,6 @@
from Persistence import Persistent
from Persistence.Class import PersistentMetaClass
from Persistence.Function import PersistentFunction
-from Persistence.BTrees.OOBTree import OOBTree
from Persistence.IPersistentModuleManager import IPersistentModuleManager
from Persistence.IPersistentModuleRegistry \
import IPersistentModuleImportRegistry, IPersistentModuleUpdateRegistry