Commit 64a3d8b2 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove superfluous comment

parent 359a8089
"""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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment