[Zodb-checkins] SVN: ZODB/trunk/src/transaction/DEPENDENCIES.cfg
remove dependency;
the imports for zope.interface are all handled without
Fred L. Drake, Jr.
fred at zope.com
Wed Jun 2 10:56:59 EDT 2004
Log message for revision 25184:
remove dependency; the imports for zope.interface are all handled without
error if zope.interface is not available
(the ZODB import is not checked at all, though)
-=-
Modified: ZODB/trunk/src/transaction/DEPENDENCIES.cfg
===================================================================
--- ZODB/trunk/src/transaction/DEPENDENCIES.cfg 2004-06-02 14:46:35 UTC (rev 25183)
+++ ZODB/trunk/src/transaction/DEPENDENCIES.cfg 2004-06-02 14:56:58 UTC (rev 25184)
@@ -1,2 +1 @@
ZODB
-zope.interface
More information about the Zodb-checkins
mailing list