[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/browser - definition.py:1.4

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 13:01:55 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/workflow/browser
In directory cvs.zope.org:/tmp/cvs-serv27233/src/zope/app/workflow/browser

Modified Files:
	definition.py 
Log Message:


Moved registration code to zope.app.registration. Created module aliases, so
that old ZODBs work.


=== Zope3/src/zope/app/workflow/browser/definition.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/workflow/browser/definition.py:1.3	Sat Mar  6 11:50:36 2004
+++ Zope3/src/zope/app/workflow/browser/definition.py	Sat Mar 13 13:01:24 2004
@@ -19,7 +19,7 @@
  
 from zope.component import getView, getUtility
 from zope.app.traversing import traverse
-from zope.app.interfaces.services.registration import IRegistered
+from zope.app.registration.interfaces import IRegistered
 from zope.app.workflow.interfaces import IProcessDefinitionImportExport
 
 




More information about the Zope3-Checkins mailing list