Commit 7456cbb8 by willmcgugan

Fixed missing imports of exception classes

parent 7a9f666f
...@@ -7,6 +7,7 @@ An FS wrapper class for blocking operations that would modify the FS. ...@@ -7,6 +7,7 @@ An FS wrapper class for blocking operations that would modify the FS.
""" """
from fs.wrapfs import WrapFS from fs.wrapfs import WrapFS
from fs.errors import UnsupportedError, NoSysPathError
class ReadOnlyFS(WrapFS): class ReadOnlyFS(WrapFS):
""" Makes a FS object read only. Any operation that could potentially modify """ Makes a FS object read only. Any operation that could potentially modify
......
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