summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xidpath-speed4
1 files changed, 2 insertions, 2 deletions
diff --git a/idpath-speed b/idpath-speed
index 42257a7..07bdc70 100755
--- a/idpath-speed
+++ b/idpath-speed
@@ -19,7 +19,7 @@ import os
import sys
import time
-import obnamlib
+import larch
def main():
@@ -29,7 +29,7 @@ def main():
bits = int(sys.argv[4])
skip = int(sys.argv[5])
- idpath = obnamlib.IdPath(dirname, depth, bits, skip)
+ idpath = larch.IdPath(dirname, depth, bits, skip)
start = time.time()
for i in xrange(n):
path = idpath.convert(i)