Commit b348024f authored by Hanno Schlichting's avatar Hanno Schlichting

Pyflakes

parent 7c3c5087
...@@ -74,10 +74,7 @@ from FTPRequest import FTPRequest ...@@ -74,10 +74,7 @@ from FTPRequest import FTPRequest
from ZServer import requestCloseOnExec from ZServer import requestCloseOnExec
from cStringIO import StringIO
import os import os
from mimetypes import guess_type
import marshal
import stat import stat
import time import time
...@@ -351,7 +348,6 @@ class zope_ftp_channel(ftp_channel): ...@@ -351,7 +348,6 @@ class zope_ftp_channel(ftp_channel):
self.command_not_understood (' '.join(line)) self.command_not_understood (' '.join(line))
return return
elif self.restart_position: elif self.restart_position:
restart_position = 0
self.respond ('553 restart on STOR not yet supported') self.respond ('553 restart on STOR not yet supported')
return return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment