[Zope3-checkins] CVS: Zope3/src/zope/publisher - base.py:1.11
http.py:1.35
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 17 03:09:50 EDT 2003
Update of /cvs-repository/Zope3/src/zope/publisher
In directory cvs.zope.org:/tmp/cvs-serv7189/publisher
Modified Files:
base.py http.py
Log Message:
Removed unused imports.
=== Zope3/src/zope/publisher/base.py 1.10 => 1.11 ===
--- Zope3/src/zope/publisher/base.py:1.10 Fri Aug 8 14:08:01 2003
+++ Zope3/src/zope/publisher/base.py Sun Aug 17 02:09:14 2003
@@ -28,7 +28,6 @@
from zope.publisher.interfaces import NotFound, DebugError, Unauthorized
from zope.publisher.interfaces import IRequest, IResponse
from zope.publisher.publish import mapply
-from zope.server.interfaces import IHeaderOutput
_marker = object()
=== Zope3/src/zope/publisher/http.py 1.34 => 1.35 ===
--- Zope3/src/zope/publisher/http.py:1.34 Fri Aug 8 14:08:07 2003
+++ Zope3/src/zope/publisher/http.py Sun Aug 17 02:09:14 2003
@@ -18,7 +18,7 @@
import re, time, random
from urllib import quote, splitport
-from types import StringTypes, UnicodeType, ClassType
+from types import StringTypes, ClassType
from cgi import escape
from zope.interface import implements
More information about the Zope3-Checkins
mailing list