|
@@ -38,7 +38,7 @@ class MountMixIn:
|
|
|
|
|
|
|
|
if has_mfusepy:
|
|
if has_mfusepy:
|
|
|
# Use mfusepy implementation
|
|
# Use mfusepy implementation
|
|
|
- from ..fuse2 import borgfs
|
|
|
|
|
|
|
+ from ..hlfuse import borgfs
|
|
|
|
|
|
|
|
operations = borgfs(manifest, args, repository)
|
|
operations = borgfs(manifest, args, repository)
|
|
|
logger.info("Mounting filesystem")
|
|
logger.info("Mounting filesystem")
|