[Zope3-checkins]
SVN: Zope3/branches/srichter-twisted-integration2/src/zope/app/twisted/ftp/utils.py
Updated publisher filesystem to new publisher API
Torsten Kurbad
t.kurbad at iwm-kmrc.de
Thu Oct 6 10:00:13 EDT 2005
Log message for revision 38789:
Updated publisher filesystem to new publisher API
Changed:
U Zope3/branches/srichter-twisted-integration2/src/zope/app/twisted/ftp/utils.py
-=-
Modified: Zope3/branches/srichter-twisted-integration2/src/zope/app/twisted/ftp/utils.py
===================================================================
--- Zope3/branches/srichter-twisted-integration2/src/zope/app/twisted/ftp/utils.py 2005-10-06 13:31:20 UTC (rev 38788)
+++ Zope3/branches/srichter-twisted-integration2/src/zope/app/twisted/ftp/utils.py 2005-10-06 14:00:12 UTC (rev 38789)
@@ -164,8 +164,7 @@
env['path'] = path
env['credentials'] = self.credentials
- # NoOutput avoids creating a black hole.
- request = self.request_factory(StringIO(''), NoOutput(), env)
+ request = self.request_factory(StringIO(''), env)
# Note that publish() calls close() on request, which deletes the
# response from the request, so that we need to keep track of it.
More information about the Zope3-Checkins
mailing list