]> arthur.barton.de Git - bup.git/blobdiff - cmd/ftp-cmd.py
rm: move core code to bup.rm module
[bup.git] / cmd / ftp-cmd.py
index 908932bfd49e9b3ac600153fcd1ad8adb5b15e6f..44fe68ca58142a5b1abadbd9880527334f796353 100755 (executable)
@@ -4,9 +4,12 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
+
 import sys, os, stat, fnmatch
+
 from bup import options, git, shquote, vfs, ls
-from bup.helpers import *
+from bup.helpers import chunkyreader, handle_ctrl_c, log
+
 
 handle_ctrl_c()