[Checkins] SVN: zope.proxy/trunk/ use zope.container instead of zope.app.container

Wolfgang Schnerring wosc at wosc.de
Thu Jan 29 13:13:20 EST 2009


Log message for revision 95468:
  use zope.container instead of zope.app.container
  

Changed:
  U   zope.proxy/trunk/CHANGES.txt
  U   zope.proxy/trunk/src/zope/proxy/_zope_proxy_proxy.c

-=-
Modified: zope.proxy/trunk/CHANGES.txt
===================================================================
--- zope.proxy/trunk/CHANGES.txt	2009-01-29 18:12:04 UTC (rev 95467)
+++ zope.proxy/trunk/CHANGES.txt	2009-01-29 18:13:20 UTC (rev 95468)
@@ -6,6 +6,7 @@
 ------------------
 
 - Added support to bootstrap on Jython.
+- Use zope.container instead of zope.app.container.
 
 3.4.2 (2008/07/27)
 ------------------

Modified: zope.proxy/trunk/src/zope/proxy/_zope_proxy_proxy.c
===================================================================
--- zope.proxy/trunk/src/zope/proxy/_zope_proxy_proxy.c	2009-01-29 18:12:04 UTC (rev 95467)
+++ zope.proxy/trunk/src/zope/proxy/_zope_proxy_proxy.c	2009-01-29 18:13:20 UTC (rev 95468)
@@ -14,8 +14,8 @@
 
 /*
  *   This file is also used as a really extensive macro in
- *   ../app/container/_zope_app_container_contained.c.  If you need to
- *   change this file, you need to "svn copy" it to ../app/container/.
+ *   ../container/_zope_container_contained.c.  If you need to
+ *   change this file, you need to "svn copy" it to ../container/.
  *
  *   This approach is taken to allow the sources for the two packages
  *   to be compilable when the relative locations of these aren't



More information about the Checkins mailing list