[Zope3-checkins] CVS: Zope3/src/zope/app/services/tests -
test_interface.py:1.11
Fred L. Drake, Jr.
fred at zope.com
Fri Feb 20 17:02:26 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/services/tests
In directory cvs.zope.org:/tmp/cvs-serv14949/src/zope/app/services/tests
Modified Files:
test_interface.py
Log Message:
convert the zodb.code package to be zodbcode
=== Zope3/src/zope/app/services/tests/test_interface.py 1.10 => 1.11 ===
--- Zope3/src/zope/app/services/tests/test_interface.py:1.10 Fri Feb 20 11:57:32 2004
+++ Zope3/src/zope/app/services/tests/test_interface.py Fri Feb 20 17:02:25 2004
@@ -20,7 +20,7 @@
from transaction import get_transaction
from ZODB.tests.util import DB
-from zodb.code.module import ManagedRegistry
+from zodbcode.module import ManagedRegistry
from zope.interface import Interface
from zope.app.services.interface import PersistentInterface
More information about the Zope3-Checkins
mailing list