]> arthur.barton.de Git - bup.git/blobdiff - cmd/rm-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / rm-cmd.py
index 13cb058a4586abbc92b73e80733a9fabdb4ac539..3464e3c3078ca874494153a72effc553b1b15572 100755 (executable)
@@ -5,6 +5,7 @@ exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
 
+from __future__ import absolute_import
 import sys
 
 from bup.git import check_repo_or_die