summaryrefslogtreecommitdiff
path: root/fs/multifs.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-06-20 15:33:56 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-06-20 15:33:56 +0000
commit32191193804d618d0633d4a4c31d4982e729dc13 (patch)
tree4453d81b170b9807b389003bcfb1924422eb7a7f /fs/multifs.py
parent38ee8158bb71e981da6cd9233c36aa8463a8774b (diff)
downloadpyfilesystem-32191193804d618d0633d4a4c31d4982e729dc13.tar.gz
Fixed a few issues that had accumulated in Google Code, bumped the version up to 0.3.0
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@372 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/multifs.py')
-rw-r--r--fs/multifs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/multifs.py b/fs/multifs.py
index 5b296a5..b40d9c4 100644
--- a/fs/multifs.py
+++ b/fs/multifs.py
@@ -55,6 +55,7 @@ directories::
from fs.base import FS, FSError, synchronize
from fs.path import *
from fs import _thread_synchronize_default
+from fs.errors import ResourceNotFoundError
class MultiFS(FS):