]> arthur.barton.de Git - bup.git/blobdiff - cmd-fsck.py
Move python library files to lib/bup/
[bup.git] / cmd-fsck.py
index 30f9b07c770dfa790a0b2f27574cc8edaad14de5..36c8a350a0c524c1f94356c6f549b6c1dd16056a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 import sys, os, glob, subprocess, time, sha
-import options, git
-from helpers import *
+from bup import options, git
+from bup.helpers import *
 
 par2_ok = 0
 nullf = open('/dev/null')