PyFilesystem / pyfilesystem

Python filesystem abstraction layer
http://pyfilesystem.org/
BSD 3-Clause "New" or "Revised" License
288 stars 63 forks source link

Update fs.expose.ftp for compatibility with latest pyftpdlib. #217

Closed travcunn closed 8 years ago

travcunn commented 9 years ago

The pyftpdlib project has moved some imports that will be problematic when a new release is created. This should be merged as soon as pyftpdlib creates a new release (newer than 1.4).

willmcgugan commented 9 years ago

I guess I should pin pyfilesystem to pyftpdlib 1.4?

lurch commented 8 years ago

@travcunn Could you please rework this PR so that it only contains commit 08bac4b and not the unrelated commits? (Easiest method might be to close this PR, create a new branch, recreate your fixes there, and submit a PR from that branch?)

kitsmag commented 8 years ago

A git rebase plus git push -f might work, too

kitsmag commented 8 years ago

I took the liberty of re-requesting #217 without the unrelated parts as #239 (also, I put this account to rest and use my private one, @zommuter)

lurch commented 8 years ago

Closing in favour of #243