diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-21 04:25:53 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-21 04:27:05 +0700 |
commit | f2bf9162c26ee17cef89425135d2c684d6e8ce98 (patch) | |
tree | 7f378df87c3b25272988ed92e1ad21fc4134bef3 | |
parent | e6d6f7bd99d7329a5689980ac74c9e227bd0f503 (diff) | |
download | external_python_setuptools-f2bf9162c26ee17cef89425135d2c684d6e8ce98.tar.gz external_python_setuptools-f2bf9162c26ee17cef89425135d2c684d6e8ce98.tar.bz2 external_python_setuptools-f2bf9162c26ee17cef89425135d2c684d6e8ce98.zip |
Format block comment.
-rw-r--r-- | setuptools/tests/test_develop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_develop.py b/setuptools/tests/test_develop.py index d22e5e4a..f1580785 100644 --- a/setuptools/tests/test_develop.py +++ b/setuptools/tests/test_develop.py @@ -114,4 +114,4 @@ class TestDevelop: cmd.ensure_finalized() cmd.install_dir = tmpdir cmd.run() - #assert '0.0' not in foocmd_text + # assert '0.0' not in foocmd_text |