]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
debug.py: oops, add missing import for ReadBucketProxy
authorBrian Warner <warner@allmydata.com>
Fri, 10 Oct 2008 00:29:22 +0000 (17:29 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 10 Oct 2008 00:29:22 +0000 (17:29 -0700)
src/allmydata/scripts/debug.py

index 863e1e656673681a562db8ff48002e44b626e263..728d752755f5d042c051de79ab0699365379fc02 100644 (file)
@@ -651,6 +651,7 @@ def corrupt_share(options):
     import random
     from allmydata import storage
     from allmydata.mutable.layout import unpack_header
+    from allmydata.immutable.layout import ReadBucketProxy
     out = options.stdout
     fn = options['filename']
     assert options["offset"] == "block-random", "other offsets not implemented"