[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/tests -
test_instance.py:1.6 test_service.py:1.12 workflowsetup.py:1.12
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:50 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow/tests
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/workflow/tests
Modified Files:
test_instance.py test_service.py workflowsetup.py
Log Message:
Created annotation package in zope.app.
Moved annotation interfaces to zope.app.annotation.interfaces.
Moved attributeannotations to zope.app.annotation.attribute.
=== Zope3/src/zope/app/workflow/tests/test_instance.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/workflow/tests/test_instance.py:1.5 Wed Mar 3 15:20:36 2004
+++ Zope3/src/zope/app/workflow/tests/test_instance.py Sat Mar 13 18:01:18 2004
@@ -18,7 +18,7 @@
import unittest
from zope.interface.verify import verifyClass
-from zope.app.interfaces.annotation import IAnnotations
+from zope.app.annotation.interfaces import IAnnotations
from zope.app.tests.placelesssetup import PlacelessSetup
from zope.app.workflow.interfaces import IProcessInstance
=== Zope3/src/zope/app/workflow/tests/test_service.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/workflow/tests/test_service.py:1.11 Sat Mar 13 13:01:25 2004
+++ Zope3/src/zope/app/workflow/tests/test_service.py Sat Mar 13 18:01:18 2004
@@ -21,7 +21,7 @@
from zope.interface import implements
from zope.interface.verify import verifyClass
from zope.app.container.contained import Contained
-from zope.app.interfaces.annotation import IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAttributeAnnotatable
from zope.app.utility.interfaces import ILocalUtility
from zope.app.registration.interfaces import RegisteredStatus, ActiveStatus
from zope.app.utility import UtilityRegistration
=== Zope3/src/zope/app/workflow/tests/workflowsetup.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/workflow/tests/workflowsetup.py:1.11 Sat Mar 13 10:21:42 2004
+++ Zope3/src/zope/app/workflow/tests/workflowsetup.py Sat Mar 13 18:01:18 2004
@@ -19,7 +19,7 @@
from zope.component.interfaces import IUtilityService
from zope.app import zapi
-from zope.app.interfaces.annotation import IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAttributeAnnotatable
from zope.app.security.interfaces import IAuthenticationService
from zope.app.security.principalregistry import principalRegistry
from zope.app.services.servicenames import Authentication, Workflows, Utilities
More information about the Zope3-Checkins
mailing list