[Zope3-checkins] CVS: Zope3/src/zope/app/schemacontent/tests - test_content.py:1.4

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:38 EST 2004


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

Modified Files:
	test_content.py 
Log Message:


Created annotation package in zope.app.



Moved annotation interfaces to zope.app.annotation.interfaces.



Moved attributeannotations to zope.app.annotation.attribute.


=== Zope3/src/zope/app/schemacontent/tests/test_content.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/schemacontent/tests/test_content.py:1.3	Thu Mar 11 07:38:18 2004
+++ Zope3/src/zope/app/schemacontent/tests/test_content.py	Sat Mar 13 18:01:07 2004
@@ -18,7 +18,7 @@
 import unittest
 
 from zope.app import zapi
-from zope.app.interfaces.annotation import IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAttributeAnnotatable
 from zope.app.container.interfaces import IAdding
 from zope.app.publisher.interfaces.browser import IBrowserMenuService
 from zope.app.utility.interfaces import ILocalUtility




More information about the Zope3-Checkins mailing list