Fix typo in dbf1e1a27427 that was causing some buildbots to fail.

This commit is contained in:
Nadeem Vawda 2011-07-23 17:04:42 +02:00
parent 0d2889f56c
commit a620facc1f
1 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,7 @@ class ftpwrapper:
def __init__(self, user, passwd, host, port, dirs,
timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
persistent=False):
persistent=True):
self.user = user
self.passwd = passwd
self.host = host