[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser - BrowserRequest.py:1.1.4.12
Gary Poster
garyposter@earthlink.net
Wed, 17 Apr 2002 15:31:28 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv7558
Modified Files:
Tag: Zope-3x-branch
BrowserRequest.py
Log Message:
typo
=== Zope3/lib/python/Zope/Publisher/Browser/BrowserRequest.py 1.1.4.11 => 1.1.4.12 ===
super(TestRequest, self).__init__(body_instream, outstream, _testEnv)
-# add class copied from Zope3
+# add class copied from Zope2
class record:
# Allow access to record methods and values from DTML