[Zope3-checkins] CVS: Zope3/src/zope/app/dav/tests - test_propfind.py:1.13

Philipp von Weitershausen philikon at philikon.de
Mon Mar 1 10:03:21 EST 2004


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

Modified Files:
	test_propfind.py 
Log Message:
DublinCore interfaces have moved to zope.app.dublincore.interfaces.


=== Zope3/src/zope/app/dav/tests/test_propfind.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/dav/tests/test_propfind.py:1.12	Wed Feb 25 18:02:24 2004
+++ Zope3/src/zope/app/dav/tests/test_propfind.py	Mon Mar  1 10:02:49 2004
@@ -36,7 +36,7 @@
 from zope.app.services.tests.placefulsetup import PlacefulSetup
 from zope.app.browser.absoluteurl import AbsoluteURL
 from zope.app.interfaces.container import IReadContainer
-from zope.app.interfaces.dublincore import IZopeDublinCore
+from zope.app.dublincore.interfaces import IZopeDublinCore
 from zope.app.dublincore.annotatableadapter import ZDCAnnotatableAdapter
 from zope.app.interfaces.annotation import IAnnotatable, IAnnotations
 from zope.app.attributeannotations import AttributeAnnotations




More information about the Zope3-Checkins mailing list