[Zope3-checkins] CVS: Zope3/src/zope/app/process/tests - test_bootstrap.py:1.10

Philipp von Weitershausen philikon at philikon.de
Tue Feb 24 11:51:43 EST 2004


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

Modified Files:
	test_bootstrap.py 
Log Message:


Folder, its interfaces, and its browser views have moved to
zope.app.folder. That includes IRootFolder and the rootFolder
factory.




=== Zope3/src/zope/app/process/tests/test_bootstrap.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/process/tests/test_bootstrap.py:1.9	Fri Feb 20 11:57:27 2004
+++ Zope3/src/zope/app/process/tests/test_bootstrap.py	Tue Feb 24 11:51:12 2004
@@ -19,8 +19,10 @@
 import unittest
 from transaction import get_transaction
 from ZODB.tests.util import DB
-from zope.app.content.folder import rootFolder
-from zope.app.interfaces.content.folder import IRootFolder
+from zope.exceptions import NotFoundError
+
+from zope.app.folder import rootFolder
+from zope.app.folder.interfaces import IRootFolder
 from zope.app.interfaces.services.error import IErrorReportingService
 from zope.app.interfaces.services.principalannotation \
      import IPrincipalAnnotationService
@@ -32,8 +34,8 @@
 from zope.app.services.error import ErrorReportingService
 from zope.app.services.servicenames import ErrorLogging
 from zope.app.traversing import traverse
-from zope.exceptions import NotFoundError
 from zope.app.services.service import ServiceManager
+
 __metaclass__ = type
 
 class EventStub:




More information about the Zope3-Checkins mailing list