diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-14 14:20:03 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-14 14:20:03 -0400 |
commit | a010b46d2f575a81f5e7c4e1d4231436ac4acf2d (patch) | |
tree | 1becdedd208a4995e04d2cb98f20ed0a84d44980 /setup.py | |
parent | d4652ca5603d9c1f5df9f8cac856ce06332502f3 (diff) | |
download | python-coveragepy-git-a010b46d2f575a81f5e7c4e1d4231436ac4acf2d.tar.gz |
Significant whitespace! (not)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ Topic :: Software Development :: Testing import os, sys from setuptools import setup -from distutils.core import Extension # pylint: disable=no-name-in-module,import-error +from distutils.core import Extension # pylint: disable=no-name-in-module, import-error from distutils.command.build_ext import build_ext # pylint: disable=no-name-in-module, import-error from distutils import errors # pylint: disable=no-name-in-module |