]> arthur.barton.de Git - bup.git/blobdiff - cmd/cat-file-cmd.py
Remove vfs (replaced by vfs2)
[bup.git] / cmd / cat-file-cmd.py
index 86816ea9657015450417147ef385e729093cf9fc..8aabb41069c2f3776e7ff38753f24a2765b732e4 100755 (executable)
@@ -7,8 +7,7 @@ exec "$bup_python" "$0" ${1+"$@"}
 
 import re, stat, sys
 
-from bup import options, git
-from bup import vfs2 as vfs
+from bup import options, git, vfs
 from bup.helpers import chunkyreader, handle_ctrl_c, log, saved_errors
 from bup.repo import LocalRepo