[Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/__init__.py BBB for zope.app.event

Philipp von Weitershausen philikon at philikon.de
Thu Apr 6 18:36:31 EDT 2006


Log message for revision 66626:
  BBB for zope.app.event
  

Changed:
  U   Zope3/branches/jim-adapter/src/zope/app/__init__.py

-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/__init__.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/__init__.py	2006-04-06 22:35:31 UTC (rev 66625)
+++ Zope3/branches/jim-adapter/src/zope/app/__init__.py	2006-04-06 22:36:30 UTC (rev 66626)
@@ -47,6 +47,10 @@
     'zope.app.annotation': 'zope.annotation',
     'zope.app.annotation.attribute': 'zope.annotation.attribute',
     'zope.app.annotation.interfaces': 'zope.annotation.interfaces',
+
+    'zope.app.event.objectevent': 'zope.lifecycleevent',
+    'zope.app.event.interfaces': 'zope.lifecycleevent.interfaces',
+    'zope.app.event.dispatch': 'zope.component.event'
     }
 
 msg_35 = "%s has been moved to %s.  This alias will be removed in Zope 3.5."



More information about the Zope3-Checkins mailing list