summaryrefslogtreecommitdiff
path: root/setuptools/tests
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-21 10:23:29 +0700
committerstepshal <nessento@openmailbox.org>2016-07-21 14:57:44 +0700
commit789462de79c5f51ba24256d80ad2dac2e4fe2888 (patch)
treeebc9d23347484686865bb6dd72dccf7147047c43 /setuptools/tests
parentfd3ff004cd3570460a079de785846f54ae1ee36f (diff)
downloadpython-setuptools-git-789462de79c5f51ba24256d80ad2dac2e4fe2888.tar.gz
Add missing blank line.
Diffstat (limited to 'setuptools/tests')
-rw-r--r--setuptools/tests/test_bdist_egg.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/tests/test_bdist_egg.py b/setuptools/tests/test_bdist_egg.py
index 5aabf404..c77aa226 100644
--- a/setuptools/tests/test_bdist_egg.py
+++ b/setuptools/tests/test_bdist_egg.py
@@ -9,6 +9,7 @@ from setuptools.dist import Distribution
from . import contexts
+
SETUP_PY = """\
from setuptools import setup
@@ -27,6 +28,7 @@ def setup_context(tmpdir):
class Test:
+
def test_bdist_egg(self, setup_context, user_override):
dist = Distribution(dict(
script_name='setup.py',