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:
992339b
)
setup: fix bug in recent patch to use allmydata.get_package_versions() to tell the...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 23 Sep 2008 00:13:47 +0000
(17:13 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 23 Sep 2008 00:13:47 +0000
(17:13 -0700)
src/allmydata/node.py
patch
|
blob
|
history
diff --git
a/src/allmydata/node.py
b/src/allmydata/node.py
index b671cabdaceb6ec24cc4cd7440a18109032e97a7..c2aad6eda21b16575b2467de61840d77be2da7bc 100644
(file)
--- a/
src/allmydata/node.py
+++ b/
src/allmydata/node.py
@@
-16,7
+16,7
@@
from foolscap.logging import app_versions
# Add our application versions to the data that Foolscap's LogPublisher
# reports.
-for thing, things_version in get_package_versions():
+for thing, things_version in get_package_versions()
.iteritems()
:
app_versions.add_version(thing, str(things_version))
# group 1 will be addr (dotted quad string), group 3 if any will be portnum (string)