From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 10 May 2010 06:36:15 +0000 (-0700)
Subject: setup: fix typos in misc/show-tool-versions.py
X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/simplejson/%22file:/-?a=commitdiff_plain;h=2da57bab5f778dd23e75f802f733409d62aa2eee;p=tahoe-lafs%2Ftahoe-lafs.git

setup: fix typos in misc/show-tool-versions.py
---

diff --git a/misc/show-tool-versions.py b/misc/show-tool-versions.py
index 7f1e84db..8ff169eb 100644
--- a/misc/show-tool-versions.py
+++ b/misc/show-tool-versions.py
@@ -82,7 +82,7 @@ try:
 except (ImportError, EnvironmentError), le:
     sys.stderr.write("Got exception using 'pkg_resources' to get the version of coverage: %s" % (le,))
     pass
- except pkg_resources.DistributionNotFound, le:
+except pkg_resources.DistributionNotFound, le:
     sys.stderr.write("pkg_resources reported no trialcoverage package installed: %s" % (le,))
     pass
 
@@ -94,7 +94,7 @@ try:
 except (ImportError, EnvironmentError), le:
     sys.stderr.write("Got exception using 'pkg_resources' to get the version of trialcoverage: %s" % (le,))
     pass
- except pkg_resources.DistributionNotFound, le:
+except pkg_resources.DistributionNotFound, le:
     sys.stderr.write("pkg_resources reported no trialcoverage package installed: %s" % (le,))
     pass