summaryrefslogtreecommitdiff
path: root/fs/opener.py
diff options
context:
space:
mode:
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>""")