[Zope3-checkins] CVS: Zope3/src/zope/app/startup/tests - test_startupdirectives.py:1.1.2.2
Jim Fulton
jim@zope.com
Mon, 23 Dec 2002 18:22:51 -0500
Update of /cvs-repository/Zope3/src/zope/app/startup/tests
In directory cvs.zope.org:/tmp/cvs-serv30919/zope/app/startup/tests
Modified Files:
Tag: NameGeddon-branch
test_startupdirectives.py
Log Message:
Changes needed to get placefulsetup working again (I think) and to get zope.app.traversing almost passing
=== Zope3/src/zope/app/startup/tests/test_startupdirectives.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/startup/tests/test_startupdirectives.py:1.1.2.1 Mon Dec 23 14:32:31 2002
+++ Zope3/src/zope/app/startup/tests/test_startupdirectives.py Mon Dec 23 18:22:21 2002
@@ -99,7 +99,7 @@
def testInitDB(self):
sd = self._createBlankSiteDefinition()
- from zope.app.content.folder import IRootFolder
+ from zope.app.interfaces.content.folder import IRootFolder
from zope.app.publication.zopepublication import ZopePublication
sd.useFileStorage(ContextStub(), file=_fsname)