]> arthur.barton.de Git - bup.git/blobdiff - cmd/web-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / web-cmd.py
index 9fdc322295f2c3488b7a80e3b1fecd2fc605b557..810af2d069e610e8a8c054a9c7fd2391016f8c6e 100755 (executable)
@@ -5,7 +5,7 @@ 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