[Zope3-checkins] SVN: Zope3/branches/srichter-twisted-integration2/src/zope/app/twisted/ftp/utils.py removed unused object

Michael Kerrin michael.kerrin at openapp.biz
Thu Oct 6 16:36:44 EDT 2005


Log message for revision 38831:
  removed unused object
  

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 20:33:08 UTC (rev 38830)
+++ Zope3/branches/srichter-twisted-integration2/src/zope/app/twisted/ftp/utils.py	2005-10-06 20:36:43 UTC (rev 38831)
@@ -76,18 +76,6 @@
         return request
 
 
-class NoOutput(object):
-    """An output stream lookalike that warns you if you try to
-    dump anything into it."""
-
-    def write(self, data):
-        raise RuntimeError, "Not a writable stream"
-
-    def flush(self):
-        pass
-
-    close = flush
-
 ## this is the old zope.server.ftp.publisher.PublisherFileSystem class
 class PublisherFileSystem(object):
     """Generic Publisher FileSystem implementation."""



More information about the Zope3-Checkins mailing list