]> arthur.barton.de Git - bup.git/blobdiff - cmd/import-duplicity-cmd.py
Port ftp to vfs2 and add test-ftp
[bup.git] / cmd / import-duplicity-cmd.py
index 0d4f5593ac2aa635451579dfad17b8c5ec07cdf0..812b6c7844feaa15038f9b2860637904a0ea9264 100755 (executable)
@@ -12,7 +12,7 @@ from time import strftime, strptime
 import sys
 import tempfile
 
-from bup import git, options, vfs
+from bup import git, options
 from bup.helpers import handle_ctrl_c, log, readpipe, saved_errors, unlink
 import bup.path
 
@@ -61,7 +61,6 @@ source_url, save_name = extra
 bup = bup.path.exe()
 
 git.check_repo_or_die()
-top = vfs.RefList(None)
 
 tmpdir = tempfile.mkdtemp(prefix='bup-import-dup-')
 try: