X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=cmd%2Fcat-file-cmd.py;h=8aabb41069c2f3776e7ff38753f24a2765b732e4;hb=f76c37383ddb;hp=86816ea9657015450417147ef385e729093cf9fc;hpb=268cd08083e33c630a99dfa108cfdb2f0b5c5482;p=bup.git diff --git a/cmd/cat-file-cmd.py b/cmd/cat-file-cmd.py index 86816ea..8aabb41 100755 --- a/cmd/cat-file-cmd.py +++ b/cmd/cat-file-cmd.py @@ -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