]> arthur.barton.de Git - bup.git/blobdiff - cmd-ftp.py
Move python library files to lib/bup/
[bup.git] / cmd-ftp.py
index 9594b39e3f4769a89466df7bd22b434c6e7697de..b59cf44318b78bd0389bdea78e72cac2219197ae 100755 (executable)
@@ -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):