Log message for revision 114399:
  Pyflakes

Changed:
  U   Zope/trunk/src/ZServer/FTPServer.py

-=-
Modified: Zope/trunk/src/ZServer/FTPServer.py
===================================================================
--- Zope/trunk/src/ZServer/FTPServer.py 2010-07-09 18:20:55 UTC (rev 114398)
+++ Zope/trunk/src/ZServer/FTPServer.py 2010-07-09 18:21:36 UTC (rev 114399)
@@ -74,10 +74,7 @@
 
 from ZServer import requestCloseOnExec
 
-from cStringIO import StringIO
 import os
-from mimetypes import guess_type
-import marshal
 import stat
 import time
 
@@ -351,7 +348,6 @@
             self.command_not_understood (' '.join(line))
             return
         elif self.restart_position:
-            restart_position = 0
             self.respond ('553 restart on STOR not yet supported')
             return
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to