[Zope3-checkins] CVS: Zope3/src/zope/app/presentation/tests - test_pagefolder.py:1.5 test_presentation.py:1.6

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


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

Modified Files:
	test_pagefolder.py test_presentation.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/presentation/tests/test_pagefolder.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/presentation/tests/test_pagefolder.py:1.4	Sat Mar 13 17:02:06 2004
+++ Zope3/src/zope/app/presentation/tests/test_pagefolder.py	Sat Mar 13 18:01:00 2004
@@ -30,11 +30,11 @@
 from zope.component.servicenames import Presentation
 
 from zope.app.dependable.interfaces import IDependable
-from zope.app.interfaces.annotation import IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAttributeAnnotatable
 from zope.app.dependable import Dependable
 from zope.app import zapi
-from zope.app.interfaces.annotation import IAnnotations, IAnnotatable
-from zope.app.attributeannotations import AttributeAnnotations
+from zope.app.annotation.interfaces import IAnnotations, IAnnotatable
+from zope.app.annotation.attribute import AttributeAnnotations
 
 
 


=== Zope3/src/zope/app/presentation/tests/test_presentation.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/presentation/tests/test_presentation.py:1.5	Sat Mar 13 17:02:06 2004
+++ Zope3/src/zope/app/presentation/tests/test_presentation.py	Sat Mar 13 18:01:00 2004
@@ -50,7 +50,7 @@
 from zope.app.container.interfaces import IContained, ILocation
 
 from zope.app.dependable.interfaces import IDependable
-from zope.app.interfaces.annotation import IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAttributeAnnotatable
 from zope.app.registration.interfaces import IRegistered
 from zope.app.traversing.interfaces import IPhysicallyLocatable
 from zope.app.dependable import Dependable




More information about the Zope3-Checkins mailing list