X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbup%2Fssh.py;h=97ab3121a7177b9a0e0f24f4b39e795767e9fe8f;hb=c40b3dd5fd74e72024fbaad3daf5a958aefa1c54;hp=34b5f3c38a2c30740d97dd097a9906c1a8e00f5f;hpb=c4846ab44a9f4b182715ec413a3fc1b8334e5107;p=bup.git diff --git a/lib/bup/ssh.py b/lib/bup/ssh.py index 34b5f3c..97ab312 100644 --- a/lib/bup/ssh.py +++ b/lib/bup/ssh.py @@ -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