Commit b348024f authored by Hanno Schlichting's avatar Hanno Schlichting

Pyflakes

parent 7c3c5087
......@@ -74,10 +74,7 @@ from FTPRequest import FTPRequest
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 @@ class zope_ftp_channel(ftp_channel):
self.command_not_understood (' '.join(line))
return
elif self.restart_position:
restart_position = 0
self.respond ('553 restart on STOR not yet supported')
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