]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: fix bug in recent patch to use allmydata.get_package_versions() to tell the...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 23 Sep 2008 00:13:47 +0000 (17:13 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 23 Sep 2008 00:13:47 +0000 (17:13 -0700)
src/allmydata/node.py

index b671cabdaceb6ec24cc4cd7440a18109032e97a7..c2aad6eda21b16575b2467de61840d77be2da7bc 100644 (file)
@@ -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)