]> arthur.barton.de Git - bup.git/blobdiff - cmd-index.py
Move python library files to lib/bup/
[bup.git] / cmd-index.py
index fe1acb1d20b6b02f3332cb9c089e40bee2ef401d..683989007988e5a38a48a27256dd33a8efd106b9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 import os, sys, stat, time
-import options, git, index, drecurse
-from helpers import *
+from bup import options, git, index, drecurse
+from bup.helpers import *
 
 
 def merge_indexes(out, r1, r2):