diff options
| author | stepshal <nessento@openmailbox.org> | 2016-07-14 08:58:30 +0700 |
|---|---|---|
| committer | stepshal <nessento@openmailbox.org> | 2016-07-14 12:43:32 +0700 |
| commit | a4190dd14802db1017f67332919377c9e14f95ad (patch) | |
| tree | 32c30d9860c337633f92744de1987d64982ba9c4 /setuptools/tests/test_bdist_egg.py | |
| parent | 45de6ea8b9392771a6a14e012605614a7c148506 (diff) | |
| download | python-setuptools-git-a4190dd14802db1017f67332919377c9e14f95ad.tar.gz | |
Match closing bracket identation of opening bracket's line.
Diffstat (limited to 'setuptools/tests/test_bdist_egg.py')
| -rw-r--r-- | setuptools/tests/test_bdist_egg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_bdist_egg.py b/setuptools/tests/test_bdist_egg.py index a7ceac86..4cbfdb64 100644 --- a/setuptools/tests/test_bdist_egg.py +++ b/setuptools/tests/test_bdist_egg.py @@ -33,7 +33,7 @@ class Test: script_args=['bdist_egg'], name='foo', py_modules=['hi'] - )) + )) os.makedirs(os.path.join('build', 'src')) with contexts.quiet(): dist.parse_command_line() |
