]> arthur.barton.de Git - bup.git/blobdiff - cmd/web-cmd.py
Add compat.items() and use it
[bup.git] / cmd / web-cmd.py
index ea09088ca249e2915664824e8644e635c611125e..9fdc322295f2c3488b7a80e3b1fecd2fc605b557 100755 (executable)
@@ -9,7 +9,7 @@ from __future__ 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