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:
b8904e0
)
trivial: "M-x whitespace-cleanup" on immutable/layout.py
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 31 Dec 2008 22:07:02 +0000
(15:07 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 31 Dec 2008 22:07:02 +0000
(15:07 -0700)
src/allmydata/immutable/layout.py
patch
|
blob
|
history
diff --git
a/src/allmydata/immutable/layout.py
b/src/allmydata/immutable/layout.py
index 9412a2d4c1e805705dc3792fcd857d4544464a48..cb9eb8907acedb1ddbd032953e3a9afdf33fd443 100644
(file)
--- a/
src/allmydata/immutable/layout.py
+++ b/
src/allmydata/immutable/layout.py
@@
-1,4
+1,3
@@
-
import struct
from zope.interface import implements
from twisted.internet import defer
@@
-363,4
+362,3
@@
class ReadBucketProxy:
def _read(self, offset, length):
return self._rref.callRemote("read", offset, length)
-