[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/utilities -
content.py:1.5
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 12:41:22 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/interfaces/utilities
In directory cvs.zope.org:/tmp/cvs-serv26362/interfaces/utilities
Modified Files:
content.py
Log Message:
Moved publisher interfaces from zope.app.interfaces.publisher to
zope.app.publisher.interfaces.
=== Zope3/src/zope/app/interfaces/utilities/content.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/utilities/content.py:1.4 Wed Aug 20 14:21:09 2003
+++ Zope3/src/zope/app/interfaces/utilities/content.py Tue Mar 2 12:40:51 2004
@@ -18,7 +18,7 @@
from zope.app.interfaces.container import IAdding
from zope.app.component.interfacefield import InterfaceField
from zope.app.i18n import ZopeMessageIDFactory as _
-from zope.app.interfaces.publisher.browser import IBrowserMenuItem
+from zope.app.publisher.interfaces.browser import IBrowserMenuItem
from zope.interface import Interface, Attribute
from zope.schema import TextLine, Bool
More information about the Zope3-Checkins
mailing list