]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/util/repeatable_random.py
Change relative imports to absolute
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / util / repeatable_random.py
index 0fa78e3d7cd7779a23a91f1e4fd2b2895f0ee9ae..a64445efccaf9c23e01b32e73727a13790f1cf00 100644 (file)
@@ -35,7 +35,7 @@ def force_repeatability():
     time.faketime = faketime
     time.time = faketime
 
-    from idlib import i2b
+    from allmydata.util.idlib import i2b
     def fakeurandom(n):
         if n > 20:
             z = i2b(random.getrandbits(20*8))