]> arthur.barton.de Git - bup.git/blobdiff - cmd/web-cmd.py
Add missing space in bup split --bench output.
[bup.git] / cmd / web-cmd.py
index ea09088ca249e2915664824e8644e635c611125e..810af2d069e610e8a8c054a9c7fd2391016f8c6e 100755 (executable)
@@ -5,11 +5,11 @@ exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
 
-from __future__ import print_function
+from __future__ import absolute_import, print_function
 from collections import namedtuple
 import mimetypes, os, posixpath, signal, stat, sys, time, urllib, webbrowser
 
-from bup import options, git, vfs2 as vfs
+from bup import options, git, vfs
 from bup.helpers import (chunkyreader, debug1, format_filesize, handle_ctrl_c,
                          log, resource_path, saved_errors)
 from bup.metadata import Metadata