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:
0dd5f63
)
trivial: tiny update to in-line comment
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 14 Jun 2010 04:57:15 +0000
(21:57 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 14 Jun 2010 04:57:15 +0000
(21:57 -0700)
(I'm actually committing this patch as a test of the new eager-annotation-computation of trac-darcs.)
src/allmydata/dirnode.py
patch
|
blob
|
history
diff --git
a/src/allmydata/dirnode.py
b/src/allmydata/dirnode.py
index a8a8d44d241e47333147773a682af4fa00fc092e..56fd56b2762815ba9d96fcff06c27b89cb94d6bd 100644
(file)
--- a/
src/allmydata/dirnode.py
+++ b/
src/allmydata/dirnode.py
@@
-367,7
+367,7
@@
class DirectoryNode:
return children
def _pack_contents(self, children):
- # expects children in the same format as _unpack_contents
+ # expects children in the same format as _unpack_contents
returns
return _pack_normalized_children(self._node, children)
def is_readonly(self):