[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - bundle.py:1.12 cache.zcml:1.11 configure.zcml:1.85 connection.zcml:1.16

Philipp von Weitershausen philikon at philikon.de
Wed Mar 3 05:39:08 EST 2004


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

Modified Files:
	bundle.py cache.zcml configure.zcml connection.zcml 
Log Message:
Moved container interfaces from zope.app.interfaces.container to
zope.app.container.interfaces.


=== Zope3/src/zope/app/browser/services/bundle.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/browser/services/bundle.py:1.11	Sun Aug 17 02:05:47 2003
+++ Zope3/src/zope/app/browser/services/bundle.py	Wed Mar  3 05:38:35 2004
@@ -35,7 +35,7 @@
 
 from zope.app import zapi
 from zope.app.i18n import ZopeMessageIDFactory as _
-from zope.app.interfaces.container import IReadContainer
+from zope.app.container.interfaces import IReadContainer
 from zope.app.interfaces.services.registration import \
      IRegistration, RegisteredStatus, ActiveStatus, UnregisteredStatus
 from zope.app.interfaces.services.service import IServiceRegistration


=== Zope3/src/zope/app/browser/services/cache.zcml 1.10 => 1.11 ===
--- Zope3/src/zope/app/browser/services/cache.zcml:1.10	Sun Feb  8 22:26:51 2004
+++ Zope3/src/zope/app/browser/services/cache.zcml	Wed Mar  3 05:38:35 2004
@@ -6,7 +6,7 @@
 
   <menuItem
       menu="add_component"
-      for="zope.app.interfaces.container.IAdding"
+      for="zope.app.container.interfaces.IAdding"
       action="../AddCache"
       title="Cache"
       description="Takes you to a menu of Caches to add"


=== Zope3/src/zope/app/browser/services/configure.zcml 1.84 => 1.85 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.84	Tue Mar  2 13:27:39 2004
+++ Zope3/src/zope/app/browser/services/configure.zcml	Wed Mar  3 05:38:35 2004
@@ -206,7 +206,7 @@
 
   <menuItem
     menu="add_component"
-    for="zope.app.interfaces.container.IAdding"
+    for="zope.app.container.interfaces.IAdding"
     action="zope.app.services.hub.Registration"
     title="Registration subscriber"
     description="An event subscriber that registers content with the objecthub"


=== Zope3/src/zope/app/browser/services/connection.zcml 1.15 => 1.16 ===
--- Zope3/src/zope/app/browser/services/connection.zcml:1.15	Mon Feb  9 00:35:16 2004
+++ Zope3/src/zope/app/browser/services/connection.zcml	Wed Mar  3 05:38:35 2004
@@ -6,7 +6,7 @@
 
   <menuItem
      menu="add_component"
-     for="zope.app.interfaces.container.IAdding"
+     for="zope.app.container.interfaces.IAdding"
      action="../AddSQLConnection"
      title="SQL Connection"
      description="Takes you to a menu of SQL Connections to add"




More information about the Zope3-Checkins mailing list