[Zope3-checkins] CVS: Zope3/src/zope/app/presentation -
presentation.py:1.8
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 17:02:36 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/presentation
In directory cvs.zope.org:/tmp/cvs-serv11189/src/zope/app/presentation
Modified Files:
presentation.py
Log Message:
Move dependable interfaces to zope.app.dependable.interfaces after making
zope.app.dependable a package.
=== Zope3/src/zope/app/presentation/presentation.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/presentation/presentation.py:1.7 Sat Mar 13 14:26:04 2004
+++ Zope3/src/zope/app/presentation/presentation.py Sat Mar 13 17:02:05 2004
@@ -36,7 +36,7 @@
import zope.publisher.interfaces.browser
import zope.schema
from zope.app.container.interfaces import IAddNotifiable
-from zope.app.interfaces.dependable import IDependable, DependencyError
+from zope.app.dependable.interfaces import IDependable, DependencyError
from zope.app.registration.interfaces import IRegistered
# XXX How do we define skins and layers here?
More information about the Zope3-Checkins
mailing list