]> arthur.barton.de Git - bup.git/blobdiff - cmd/ftp-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / ftp-cmd.py
index ee2bff1218138d2539b10fb7996c32d8569f04c6..8bd57b6d81accff181dde968af13f865f3979348 100755 (executable)
@@ -5,6 +5,7 @@ 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, vfs