[Zope3-checkins] CVS: Zope3/src/zope/products/securitypolicy/tests - test_rolecontents.py:1.3

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


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

Modified Files:
	test_rolecontents.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/products/securitypolicy/tests/test_rolecontents.py 1.2 => 1.3 ===
--- Zope3/src/zope/products/securitypolicy/tests/test_rolecontents.py:1.2	Wed Jan 14 17:55:35 2004
+++ Zope3/src/zope/products/securitypolicy/tests/test_rolecontents.py	Tue Feb 24 11:51:14 2004
@@ -23,7 +23,7 @@
 from zope.products.securitypolicy.role import RoleService
 from zope.app.browser.container.tests.test_contents \
      import BaseTestContentsBrowserView, Principal
-from zope.app.content.folder import rootFolder
+from zope.app.folder import rootFolder
 from zope.app.container.contained import contained
 
 class IDummy(Interface):




More information about the Zope3-Checkins mailing list