]> arthur.barton.de Git - bup.git/blobdiff - cmd/ftp-cmd.py
helpers: use // not / for division
[bup.git] / cmd / ftp-cmd.py
index 5aced05f47b4a0e0552042af83bbaaa3729a6eec..8bd57b6d81accff181dde968af13f865f3979348 100755 (executable)
@@ -5,9 +5,10 @@ exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
 
+from __future__ import absolute_import
 import sys, os, stat, fnmatch
 
-from bup import options, git, shquote, ls, vfs2 as vfs
+from bup import options, git, shquote, ls, vfs
 from bup.helpers import chunkyreader, handle_ctrl_c, log
 from bup.repo import LocalRepo