]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: fix typos in misc/show-tool-versions.py
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 10 May 2010 06:36:15 +0000 (23:36 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 10 May 2010 06:36:15 +0000 (23:36 -0700)
misc/show-tool-versions.py

index 7f1e84dbc848f74d6ff430703bb2e601057f176e..8ff169eb2ffcbbeba4ff5c39e7ea3ddd6c08cab7 100644 (file)
@@ -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