[Zope-Checkins] CVS: Zope3/lib/python/Zope/StartUp/tests - testStartupDirectives.py:1.1.2.3.8.1

Christian Theune ct@gocept.com
Sat, 18 May 2002 12:13:42 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/StartUp/tests
In directory cvs.zope.org:/tmp/cvs-serv23629/lib/python/Zope/StartUp/tests

Modified Files:
      Tag: ctheune-foldermove-branch
	testStartupDirectives.py 
Log Message:
Fixed path references from OFS.Folder to OFS.Content.Folder

=== Zope3/lib/python/Zope/StartUp/tests/testStartupDirectives.py 1.1.2.3 => 1.1.2.3.8.1 ===
 
 
-        from Zope.App.OFS.Folder.RootFolder import IRootFolder
+        from Zope.App.OFS.Content.Folder.RootFolder import IRootFolder
         from Zope.App.ZopePublication.ZopePublication import ZopePublication
 
         filename = tempfile.mktemp()