]> arthur.barton.de Git - bup.git/blobdiff - cmd/restore-cmd.py
Update HACKING, README, and note/ for 0.29.2
[bup.git] / cmd / restore-cmd.py
index a9dbd3df78a715b70f7d2b9c7042e593d08d8611..bb37811b447518a7a1edb09b36fc32d28c4bca8a 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 stat import S_ISDIR
 import copy, errno, os, sys, stat, re