[Zope-CVS] CVS: Packages/SFTPGateway/src/sftpgateway - connector.py:1.34

Fred L. Drake, Jr. fred at zope.com
Mon Dec 22 11:58:49 EST 2003


Update of /cvs-repository/Packages/SFTPGateway/src/sftpgateway
In directory cvs.zope.org:/tmp/cvs-serv6104

Modified Files:
	connector.py 
Log Message:
more Twisted 1.1.1 compatibility support


=== Packages/SFTPGateway/src/sftpgateway/connector.py 1.33 => 1.34 ===
--- Packages/SFTPGateway/src/sftpgateway/connector.py:1.33	Mon Dec 22 11:47:42 2003
+++ Packages/SFTPGateway/src/sftpgateway/connector.py	Mon Dec 22 11:58:48 2003
@@ -71,6 +71,9 @@
     provided in Twisted 1.1.1.
     """
 
+    def closeFile(self, file):
+        file.close()
+
     def scanDirectory(self, directory):
         L = []
         while len(L) < 250:




More information about the Zope-CVS mailing list