flying-circus / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

httpfs does not import UnsupportedError (+ typo) #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to open a file with mode w or a on a HTTPFS

What is the expected output? What do you see instead?
UnsupportedError, but the error is a NameError because the exception is 1) not 
imported from fs.errors and 2) used as "UnsuportedError" but defined as 
"UnsupportedError" (correct orthograph).

What version of the product are you using? On what operating system?
Last SVN revision.

Original issue reported on code.google.com by delroth on 3 Jan 2011 at 9:49

GoogleCodeExporter commented 9 years ago
Thanks. Fixed in trunk.

Original comment by willmcgugan on 3 Jan 2011 at 10:23