[Zope3-checkins] CVS: Zope3/src/zope/app/tree - adapters.py:1.2
configure.zcml:1.2
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 12:52:24 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/tree
In directory cvs.zope.org:/tmp/cvs-serv28764/tree
Modified Files:
adapters.py configure.zcml
Log Message:
Moved location-related code, incl. interfaces and tests, to a new
zope.app.location package.
=== Zope3/src/zope/app/tree/adapters.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/tree/adapters.py:1.1 Thu Feb 19 15:43:04 2004
+++ Zope3/src/zope/app/tree/adapters.py Tue Mar 2 12:51:54 2004
@@ -26,7 +26,7 @@
from zope.component.exceptions import ComponentLookupError
from zope.app import zapi
-from zope.app.interfaces.location import ILocation
+from zope.app.location.interfaces import ILocation
from zope.app.interfaces.container import IReadContainer
from zope.app.interfaces.services.service import ISite
=== Zope3/src/zope/app/tree/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/tree/configure.zcml:1.1 Thu Feb 19 15:43:04 2004
+++ Zope3/src/zope/app/tree/configure.zcml Tue Mar 2 12:51:54 2004
@@ -30,7 +30,7 @@
<adapter
provides=".interfaces.IUniqueId"
- for="zope.app.interfaces.location.ILocation"
+ for="zope.app.location.interfaces.ILocation"
factory=".adapters.LocationUniqueId"
/>
More information about the Zope3-Checkins
mailing list