diff options
author | Marc Abramowitz <marc@marc-abramowitz.com> | 2012-07-07 09:27:36 -0700 |
---|---|---|
committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2012-07-07 09:27:36 -0700 |
commit | afb29fd79ca4275bbd427ba5c1a0633dec0ae21d (patch) | |
tree | 702a9142ced05c39a6bcaf2ef219a573a79311df /setup.py | |
parent | 4c2f4e949ed4e3cb559fad2d635d2e191dc2f2b2 (diff) | |
parent | 07b188473f945262949a5ce0cf3ee7b1e943a6ee (diff) | |
download | python-coveragepy-git-afb29fd79ca4275bbd427ba5c1a0633dec0ae21d.tar.gz |
Merge with upstream changes
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ try: setup(**setup_args) except: # pylint: disable=W0702 # When setup() can't compile, it tries to exit. We'll catch SystemExit - # here :-(, and try again. + # here :-(, and try again. if 'install' not in sys.argv or 'ext_modules' not in setup_args: # We weren't trying to install an extension, so forget it. raise |