[Zope3-checkins] CVS: Zope3/lib/python/Zope/Server/FTP - FTPServerChannel.py:1.4

Steve Alexander steve@cat-box.net
Mon, 11 Nov 2002 09:55:38 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Server/FTP
In directory cvs.zope.org:/tmp/cvs-serv8769/lib/python/Zope/Server/FTP

Modified Files:
	FTPServerChannel.py 
Log Message:
removed extraneous imports


=== Zope3/lib/python/Zope/Server/FTP/FTPServerChannel.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/Server/FTP/FTPServerChannel.py:1.3	Fri Jul 19 14:07:41 2002
+++ Zope3/lib/python/Zope/Server/FTP/FTPServerChannel.py	Mon Nov 11 09:55:37 2002
@@ -18,7 +18,6 @@
 
 import posixpath
 import stat
-import sys
 import socket
 import time