[Zope3-checkins]
SVN: Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py
Utilities don't need to be registerable anymore.
Jim Fulton
jim at zope.com
Sun Apr 9 12:06:13 EDT 2006
Log message for revision 66736:
Utilities don't need to be registerable anymore.
Changed:
U Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py
-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py 2006-04-09 16:00:09 UTC (rev 66735)
+++ Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py 2006-04-09 16:06:12 UTC (rev 66736)
@@ -26,7 +26,6 @@
from zope.app.dublincore.annotatableadapter import ZDCAnnotatableAdapter
from zope.app.dublincore.interfaces import IZopeDublinCore
from zope.app.security.interfaces import IPermission
-from zope.app.component.interfaces.registration import IRegisterable
from zope.app.workflow.interfaces import IProcessDefinitionExportHandler
from zope.app.workflow.interfaces import IProcessDefinitionImportHandler
from zope.app.security.permission import Permission
@@ -95,7 +94,7 @@
class TestProcessDefinition(StatefulProcessDefinition):
- implements(IAttributeAnnotatable, IRegisterable)
+ implements(IAttributeAnnotatable)
# need to patch this cause these classes are used directly
# in the import/export classes
More information about the Zope3-Checkins
mailing list