diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-13 15:16:47 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-13 15:16:47 +0700 |
commit | c064f573cd7dcfd684afe9fb6d827afb6c3bd363 (patch) | |
tree | 9495aca495376215a68f00e548b9666fff7ed531 | |
parent | e3e21fd3d608d72ebe1ba2e4d2b3a59fbca76554 (diff) | |
download | external_python_setuptools-c064f573cd7dcfd684afe9fb6d827afb6c3bd363.tar.gz external_python_setuptools-c064f573cd7dcfd684afe9fb6d827afb6c3bd363.tar.bz2 external_python_setuptools-c064f573cd7dcfd684afe9fb6d827afb6c3bd363.zip |
tests: match closing bracket for visual identation
-rw-r--r-- | setuptools/tests/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/__init__.py b/setuptools/tests/__init__.py index 32447356..02e5b9bc 100644 --- a/setuptools/tests/__init__.py +++ b/setuptools/tests/__init__.py @@ -221,7 +221,7 @@ class TestFeatures: 'foo': Feature("foo",standard=True,require_features=['baz',self.req]), 'bar': Feature("bar", standard=True, packages=['pkg.bar'], py_modules=['bar_et'], remove=['bar.ext'], - ), + ), 'baz': Feature( "baz", optional=False, packages=['pkg.baz'], scripts = ['scripts/baz_it'], |