diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-01 17:36:49 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-01 17:36:49 -0500 |
commit | 64a3d8b243a2c41dc43b29567652518f1b08992d (patch) | |
tree | 73e110d00a298cfdd4c27507dfe8f0505e81fd18 | |
parent | 359a80897decd64a0d997005dc7cb731fc294133 (diff) | |
download | external_python_setuptools-64a3d8b243a2c41dc43b29567652518f1b08992d.tar.gz external_python_setuptools-64a3d8b243a2c41dc43b29567652518f1b08992d.tar.bz2 external_python_setuptools-64a3d8b243a2c41dc43b29567652518f1b08992d.zip |
Remove superfluous comment
-rw-r--r-- | setuptools/tests/test_build_ext.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/setuptools/tests/test_build_ext.py b/setuptools/tests/test_build_ext.py index 3f356aca..0719ba44 100644 --- a/setuptools/tests/test_build_ext.py +++ b/setuptools/tests/test_build_ext.py @@ -1,12 +1,9 @@ -"""build_ext tests -""" import distutils.command.build_ext as orig from setuptools.command.build_ext import build_ext from setuptools.dist import Distribution class TestBuildExt: - def test_get_ext_filename(self): """ Setuptools needs to give back the same |