diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-04-10 08:42:31 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-04-10 08:42:31 -0400 |
| commit | 52e07c90b77b1d07ed95a6195ec5d895f0988224 (patch) | |
| tree | 325346a20aedac88b3297919f5c1c89f79de7aed /setup.py | |
| parent | d4dd809d27ad7f31431a4ef61309b6951ad41d9b (diff) | |
| parent | 822b7c82f58bbd6f2b38cc98c7881cc405d0c69e (diff) | |
| download | python-coveragepy-52e07c90b77b1d07ed95a6195ec5d895f0988224.tar.gz | |
Merge Brett's __main__.py file for the tree.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ if sys.version_info >= (3, 0): # extension. Try it with, and if it fails, try it without. try: setup(**setup_args) -except: +except: # pylint: disable=W0702 if 'ext_modules' not in setup_args: raise msg = "Couldn't install with extension module, trying without it..." |
