[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/stateful/tests -
test_contentworkflow.py:1.17
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:56:02 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow/stateful/tests
In directory cvs.zope.org:/tmp/cvs-serv5873/src/zope/app/workflow/stateful/tests
Modified Files:
test_contentworkflow.py
Log Message:
Moved servicenames to zope.app.
=== Zope3/src/zope/app/workflow/stateful/tests/test_contentworkflow.py 1.16 => 1.17 ===
--- Zope3/src/zope/app/workflow/stateful/tests/test_contentworkflow.py:1.16 Sat Mar 13 18:01:17 2004
+++ Zope3/src/zope/app/workflow/stateful/tests/test_contentworkflow.py Sat Mar 13 18:55:31 2004
@@ -28,7 +28,7 @@
from zope.app.annotation.interfaces import IAnnotatable, IAttributeAnnotatable
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.servicenames import EventSubscription
from zope.app.utility import UtilityRegistration
from zope.app.registration.interfaces import ActiveStatus
More information about the Zope3-Checkins
mailing list