[Zope3-checkins] CVS: Zope3/src/zope/app/utilities/tests - test_content.py:1.8

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


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

Modified Files:
	test_content.py 
Log Message:
Moved container interfaces from zope.app.interfaces.container to
zope.app.container.interfaces.


=== Zope3/src/zope/app/utilities/tests/test_content.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/utilities/tests/test_content.py:1.7	Tue Mar  2 12:40:53 2004
+++ Zope3/src/zope/app/utilities/tests/test_content.py	Wed Mar  3 05:38:56 2004
@@ -19,7 +19,7 @@
 
 from zope.app import zapi
 from zope.app.interfaces.annotation import IAttributeAnnotatable
-from zope.app.interfaces.container import IAdding
+from zope.app.container.interfaces import IAdding
 from zope.app.publisher.interfaces.browser import IBrowserMenuService
 from zope.app.interfaces.services.utility import ILocalUtility
 from zope.app.interfaces.utilities.content import \




More information about the Zope3-Checkins mailing list