Commit 54e3e133 by btimby

Forgot to add BackReferenceError to __all__ list. This caused problems in…

Forgot to add BackReferenceError to __all__ list. This caused problems in expose/sftp.py (BackReferenceError not defined).
parent d7b24ac7
...@@ -30,6 +30,7 @@ __all__ = ['FSError', ...@@ -30,6 +30,7 @@ __all__ = ['FSError',
'ParentDirectoryMissingError', 'ParentDirectoryMissingError',
'ResourceLockedError', 'ResourceLockedError',
'NoMMapError', 'NoMMapError',
'BackReferenceError',
'convert_fs_errors', 'convert_fs_errors',
'convert_os_errors' 'convert_os_errors'
] ]
......
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