]> arthur.barton.de Git - bup.git/blobdiff - cmd/margin-cmd.py
Rename _faster.so to _helpers.so.
[bup.git] / cmd / margin-cmd.py
index 21f711f7e4acf37ab51622c336f161f1b33c804e..cb059a3809687593222a3e91def7f1d7b987ba6b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 import sys
-from bup import options, git, _faster
+from bup import options, git, _helpers
 from bup.helpers import *
 
 
@@ -23,7 +23,7 @@ for i in mi:
     if i == last:
         continue
     #assert(str(i) >= last)
-    pm = _faster.bitmatch(last, i)
+    pm = _helpers.bitmatch(last, i)
     longmatch = max(longmatch, pm)
     last = i
 print longmatch