PyFilesystem / pyfilesystem

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

fs.expose.ftp tries to os.getuid() and os.getgid() on Windows #240

Open zommuter opened 8 years ago

zommuter commented 8 years ago

Those two are UNIX-only