[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/stateful/tests -
test_contentworkflow.py:1.15 test_instance.py:1.16
test_xmlimportexport.py:1.14
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 13:01:56 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow/stateful/tests
In directory cvs.zope.org:/tmp/cvs-serv27233/src/zope/app/workflow/stateful/tests
Modified Files:
test_contentworkflow.py test_instance.py
test_xmlimportexport.py
Log Message:
Moved registration code to zope.app.registration. Created module aliases, so
that old ZODBs work.
=== Zope3/src/zope/app/workflow/stateful/tests/test_contentworkflow.py 1.14 => 1.15 ===
--- Zope3/src/zope/app/workflow/stateful/tests/test_contentworkflow.py:1.14 Thu Mar 11 07:38:24 2004
+++ Zope3/src/zope/app/workflow/stateful/tests/test_contentworkflow.py Sat Mar 13 13:01:25 2004
@@ -30,7 +30,7 @@
from zope.app.event.localservice import EventService
from zope.app.services.servicenames import EventSubscription
from zope.app.utility import UtilityRegistration
-from zope.app.interfaces.services.registration import ActiveStatus
+from zope.app.registration.interfaces import ActiveStatus
from zope.app.workflow.interfaces import IProcessDefinition
from zope.app.workflow.interfaces import IProcessInstanceContainerAdaptable
=== Zope3/src/zope/app/workflow/stateful/tests/test_instance.py 1.15 => 1.16 ===
--- Zope3/src/zope/app/workflow/stateful/tests/test_instance.py:1.15 Thu Mar 11 07:38:24 2004
+++ Zope3/src/zope/app/workflow/stateful/tests/test_instance.py Sat Mar 13 13:01:25 2004
@@ -29,10 +29,10 @@
from zope.security.checker import CheckerPublic
from zope.security.management import newSecurityManager
-from zope.app.interfaces.services.registration import IRegisterable
-from zope.app.interfaces.services.registration import IRegistered
+from zope.app.registration.interfaces import IRegisterable
+from zope.app.registration.interfaces import IRegistered
+from zope.app.registration.interfaces import ActiveStatus
from zope.app.interfaces.annotation import IAttributeAnnotatable
-from zope.app.interfaces.services.registration import ActiveStatus
from zope.app.workflow.tests.workflowsetup import WorkflowSetup
from zope.app.workflow.interfaces import IProcessDefinition
=== Zope3/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py 1.13 => 1.14 ===
--- Zope3/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py:1.13 Sat Mar 13 10:21:42 2004
+++ Zope3/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py Sat Mar 13 13:01:25 2004
@@ -25,7 +25,7 @@
from zope.app.interfaces.annotation import IAttributeAnnotatable
from zope.app.dublincore.interfaces import IZopeDublinCore
from zope.app.security.interfaces import IPermission
-from zope.app.interfaces.services.registration import IRegisterable
+from zope.app.registration.interfaces import IRegisterable
from zope.app.workflow.interfaces import IProcessDefinitionExportHandler
from zope.app.workflow.interfaces import IProcessDefinitionImportHandler
from zope.app.security.permission import Permission
More information about the Zope3-Checkins
mailing list