aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_build_py.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-13 14:49:35 +0700
committerstepshal <nessento@openmailbox.org>2016-07-13 14:49:35 +0700
commitf1e3a3fc4199c80e1eca7af0d1bd10544faf1542 (patch)
tree5333ba6070baa84751b9620c877e7da5a0ff40a4 /setuptools/tests/test_build_py.py
parente3e21fd3d608d72ebe1ba2e4d2b3a59fbca76554 (diff)
downloadexternal_python_setuptools-f1e3a3fc4199c80e1eca7af0d1bd10544faf1542.tar.gz
external_python_setuptools-f1e3a3fc4199c80e1eca7af0d1bd10544faf1542.tar.bz2
external_python_setuptools-f1e3a3fc4199c80e1eca7af0d1bd10544faf1542.zip
Format block comments.
Diffstat (limited to 'setuptools/tests/test_build_py.py')
-rw-r--r--setuptools/tests/test_build_py.py2
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()