projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288d558
)
debug.py: oops, add missing import for ReadBucketProxy
author
Brian Warner
<warner@allmydata.com>
Fri, 10 Oct 2008 00:29:22 +0000
(17:29 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 10 Oct 2008 00:29:22 +0000
(17:29 -0700)
src/allmydata/scripts/debug.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/debug.py
b/src/allmydata/scripts/debug.py
index 863e1e656673681a562db8ff48002e44b626e263..728d752755f5d042c051de79ab0699365379fc02 100644
(file)
--- a/
src/allmydata/scripts/debug.py
+++ b/
src/allmydata/scripts/debug.py
@@
-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"