[Zope3-checkins] CVS: Zope3/src/zope/app/http/exception/tests -
test_unauthorized.py:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:35:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/http/exception/tests
In directory cvs.zope.org:/tmp/cvs-serv1277/src/zope/app/http/exception/tests
Modified Files:
test_unauthorized.py
Log Message:
Moved a few HTTP-related interfaces to zope.app.http.interfaces, where they
belong.
=== Zope3/src/zope/app/http/exception/tests/test_unauthorized.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/http/exception/tests/test_unauthorized.py:1.2 Fri Mar 5 17:09:07 2004
+++ Zope3/src/zope/app/http/exception/tests/test_unauthorized.py Sat Mar 13 18:34:29 2004
@@ -11,15 +11,13 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""
+"""Unauthorized Exception Test
-Revision information:
$Id$
"""
-
from unittest import TestCase, main, makeSuite
from zope.publisher.browser import TestRequest
-from zope.app.interfaces.http import IHTTPException
+from zope.app.http.interfaces import IHTTPException
class Test(TestCase):
More information about the Zope3-Checkins
mailing list