Commit 1988bcf4 authored by Fred Drake's avatar Fred Drake

wrap a long line

parent a33c5a19
......@@ -168,8 +168,10 @@ class zope_ftp_channel(ftp_channel):
self.listdir(dir, long)
def listdir (self, path, long=0):
response=make_response(self, self.listdir_completion, long)
request=FTPRequest(path, 'LST', self, response,globbing=self.globbing,recursive=self.recursive)
response = make_response(self, self.listdir_completion, long)
request = FTPRequest(path, 'LST', self, response,
globbing=self.globbing,
recursive=self.recursive)
handle(self.module, request, response)
def listdir_completion(self, long, response):
......
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