]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/ssh.py
PackWriter._end: always try to release objcache and parentfd
[bup.git] / lib / bup / ssh.py
index 2d539e8a32e0084e911d39daff7d8c219c2245ef..b6352293b54a642d47ce11e1d13c24cb889f9b54 100644 (file)
@@ -5,7 +5,7 @@ Connect to a remote host via SSH and execute a command on the host.
 from __future__ import absolute_import, print_function
 import sys, os, re, subprocess
 
-from bup import helpers, path
+from bup import path
 from bup.compat import environ
 
 def connect(rhost, port, subcmd, stderr=None):