X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=cmd-ftp.py;h=b59cf44318b78bd0389bdea78e72cac2219197ae;hb=1b04790e5fd83e129526808ca923b811b00e48fc;hp=9594b39e3f4769a89466df7bd22b434c6e7697de;hpb=76c38a42144d0a7883765ae53c58b118de1e3296;p=bup.git diff --git a/cmd-ftp.py b/cmd-ftp.py index 9594b39..b59cf44 100755 --- a/cmd-ftp.py +++ b/cmd-ftp.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import sys, os, re, stat, readline, fnmatch -import options, git, shquote, vfs -from helpers import * +from bup import options, git, shquote, vfs +from bup.helpers import * def print_node(text, n): if stat.S_ISDIR(n.mode):