[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/tests -
test_service.py:1.11
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 13:01:26 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow/tests
In directory cvs.zope.org:/tmp/cvs-serv27233/src/zope/app/workflow/tests
Modified Files:
test_service.py
Log Message:
Moved registration code to zope.app.registration. Created module aliases, so
that old ZODBs work.
=== Zope3/src/zope/app/workflow/tests/test_service.py 1.10 => 1.11 ===
--- Zope3/src/zope/app/workflow/tests/test_service.py:1.10 Thu Mar 11 07:38:25 2004
+++ Zope3/src/zope/app/workflow/tests/test_service.py Sat Mar 13 13:01:25 2004
@@ -23,8 +23,7 @@
from zope.app.container.contained import Contained
from zope.app.interfaces.annotation import IAttributeAnnotatable
from zope.app.utility.interfaces import ILocalUtility
-from zope.app.interfaces.services.registration import \
- RegisteredStatus, ActiveStatus
+from zope.app.registration.interfaces import RegisteredStatus, ActiveStatus
from zope.app.utility import UtilityRegistration
from zope.app.workflow.tests.workflowsetup import WorkflowSetup
More information about the Zope3-Checkins
mailing list