[Zope-Checkins] SVN: Zope/trunk/src/ZServer/FTPServer.py Pyflakes

Hanno Schlichting hannosch at hannosch.eu
Fri Jul 9 14:21:36 EDT 2010


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
 



More information about the Zope-Checkins mailing list