]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/ssh.py
Use absolute_import from the __future__ everywhere
[bup.git] / lib / bup / ssh.py
index 34b5f3c38a2c30740d97dd097a9906c1a8e00f5f..97ab3121a7177b9a0e0f24f4b39e795767e9fe8f 100644 (file)
@@ -1,6 +1,8 @@
 """SSH connection.
 Connect to a remote host via SSH and execute a command on the host.
 """
+
+from __future__ import absolute_import
 import sys, os, re, subprocess
 from bup import helpers, path