diff options
| author | stepshal <nessento@openmailbox.org> | 2016-07-21 09:37:34 +0700 |
|---|---|---|
| committer | stepshal <nessento@openmailbox.org> | 2016-07-21 09:37:34 +0700 |
| commit | 39bf3155d47c0024240be414a611dcb6d549f53c (patch) | |
| tree | 373f653d4aec874e2aa3b2a9bc7c77f8526ceb89 /setuptools/tests/test_easy_install.py | |
| parent | 966e2fa4118277ed4551aa2215ac6ebac34b37e5 (diff) | |
| download | python-setuptools-git-39bf3155d47c0024240be414a611dcb6d549f53c.tar.gz | |
Add missing blank lines after class or function definition.
Diffstat (limited to 'setuptools/tests/test_easy_install.py')
| -rw-r--r-- | setuptools/tests/test_easy_install.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index aa905f5a..2c17ac76 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -50,6 +50,7 @@ class FakeDist(object): def as_requirement(self): return 'spec' + SETUP_PY = DALS(""" from setuptools import setup |
