summaryrefslogtreecommitdiff
path: root/fs/opener.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 00:27:26 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 00:27:26 +0000
commitd4eec36d06ad5227560eae8690397b612f5c657a (patch)
tree6cb30b3b29bee131833d0d6cf46fca835d0957b6 /fs/opener.py
parentdabb4c67525f2d5af7fe0cc6a0a634916963e074 (diff)
downloadpyfilesystem-d4eec36d06ad5227560eae8690397b612f5c657a.tar.gz
more renames of "tahoefs"
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@649 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/opener.py')
-rw-r--r--fs/opener.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/opener.py b/fs/opener.py
index 42ad7b3..fccc125 100644
--- a/fs/opener.py
+++ b/fs/opener.py
@@ -571,7 +571,7 @@ class TahoeOpener(Opener):
@classmethod
def get_fs(cls, registry, fs_name, fs_name_params, fs_path, writeable, create_dir):
- from fs.contrib.tahoefs import TahoeLAFS
+ from fs.contrib.tahoelafs import TahoeLAFS
if '/uri/' not in fs_path:
raise OpenerError("""Tahoe-LAFS url should be in the form <url>/uri/<dicap>""")