diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-13 21:56:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-13 21:56:59 -0700 |
commit | 0d37c6175c7aa1f70d7d3013fd33aeb78ca1c1ea (patch) | |
tree | 8dcabe3b7b034de747351d30a4a96fef0edf198f /setuptools/tests/test_build_py.py | |
parent | 0fc24e1a277513a303d845b38ac71f854fbc8f65 (diff) | |
parent | f1e3a3fc4199c80e1eca7af0d1bd10544faf1542 (diff) | |
download | external_python_setuptools-0d37c6175c7aa1f70d7d3013fd33aeb78ca1c1ea.tar.gz external_python_setuptools-0d37c6175c7aa1f70d7d3013fd33aeb78ca1c1ea.tar.bz2 external_python_setuptools-0d37c6175c7aa1f70d7d3013fd33aeb78ca1c1ea.zip |
Merge pull request #639 from stepshal/block-comment
Format block comments.
Diffstat (limited to 'setuptools/tests/test_build_py.py')
-rw-r--r-- | setuptools/tests/test_build_py.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_build_py.py b/setuptools/tests/test_build_py.py index ed1703ac..860c569c 100644 --- a/setuptools/tests/test_build_py.py +++ b/setuptools/tests/test_build_py.py @@ -26,6 +26,6 @@ def test_directories_in_package_data_glob(tmpdir_as_cwd): package_data={'': ['path/*']}, )) os.makedirs('path/subpath') - #with contexts.quiet(): + # with contexts.quiet(): dist.parse_command_line() dist.run_commands() |