[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/stateful/tests - test_contentworkflow.py:1.14 test_instance.py:1.15

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 11 07:38:55 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/workflow/stateful/tests
In directory cvs.zope.org:/tmp/cvs-serv2726/src/zope/app/workflow/stateful/tests

Modified Files:
	test_contentworkflow.py test_instance.py 
Log Message:


Moved utility service to zope.app.utility. Added module aliases, so that your
ZODB should be fine.




=== Zope3/src/zope/app/workflow/stateful/tests/test_contentworkflow.py 1.13 => 1.14 ===
--- Zope3/src/zope/app/workflow/stateful/tests/test_contentworkflow.py:1.13	Thu Mar 11 03:14:14 2004
+++ Zope3/src/zope/app/workflow/stateful/tests/test_contentworkflow.py	Thu Mar 11 07:38:24 2004
@@ -29,7 +29,7 @@
 from zope.app.event.interfaces import IObjectCreatedEvent, ISubscriptionService
 from zope.app.event.localservice import EventService
 from zope.app.services.servicenames import EventSubscription
-from zope.app.services.utility import UtilityRegistration
+from zope.app.utility import UtilityRegistration
 from zope.app.interfaces.services.registration import ActiveStatus
 
 from zope.app.workflow.interfaces import IProcessDefinition


=== Zope3/src/zope/app/workflow/stateful/tests/test_instance.py 1.14 => 1.15 ===
--- Zope3/src/zope/app/workflow/stateful/tests/test_instance.py:1.14	Mon Mar  8 07:06:25 2004
+++ Zope3/src/zope/app/workflow/stateful/tests/test_instance.py	Thu Mar 11 07:38:24 2004
@@ -50,7 +50,7 @@
 from zope.app import zapi
 from zope.app.tests import ztapi
 from zope.app.container.contained import contained
-from zope.app.services.utility import UtilityRegistration
+from zope.app.utility import UtilityRegistration
 
 
 # define and create ProcessDefinition (PD) for tests




More information about the Zope3-Checkins mailing list