]> arthur.barton.de Git - bup.git/blobdiff - cmd/fuse-cmd.py
Add compat.items() and use it
[bup.git] / cmd / fuse-cmd.py
index 14ae50815e9088af81925412b70a5dd8c0cd32e2..ab0ec7e28df273161f74e823c82a39b7bec97eb0 100755 (executable)
@@ -16,7 +16,7 @@ if not hasattr(fuse, '__version__'):
     raise RuntimeError, "your fuse module is too old for fuse.__version__"
 fuse.fuse_python_api = (0, 2)
 
-from bup import options, git, vfs2 as vfs, xstat
+from bup import options, git, vfs, xstat
 from bup.helpers import log
 from bup.repo import LocalRepo