[Zope3-checkins] CVS: Zope3/src/zope/publisher/tests -
	test_http.py:1.24
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Mon Mar  8 07:06:28 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/publisher/tests
In directory cvs.zope.org:/tmp/cvs-serv13053/src/zope/publisher/tests
Modified Files:
	test_http.py 
Log Message:
Adjusted code to use the new APIs for permissions and principals. Also, use
the utility service instead of the permission registry to look up permissions.
=== Zope3/src/zope/publisher/tests/test_http.py 1.23 => 1.24 ===
--- Zope3/src/zope/publisher/tests/test_http.py:1.23	Fri Mar  5 17:09:30 2004
+++ Zope3/src/zope/publisher/tests/test_http.py	Mon Mar  8 07:06:27 2004
@@ -11,11 +11,15 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
+"""HTTP Publisher Tests
+
+$Id$
+"""
 import unittest
 
 # XXX evil zope.app imports :(
 from zope.app.services.tests.placefulsetup import PlacefulSetup
-from zope.app.interfaces.security import IPrincipal
+from zope.app.security.interfaces import IPrincipal
 
 # XX, Hm, zope.component dependency is suspect
 import zope.component
    
    
More information about the Zope3-Checkins
mailing list