aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/__init__.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-14 12:37:39 +0700
committerstepshal <nessento@openmailbox.org>2016-07-14 12:37:39 +0700
commitc72c5966e23de51fc7ab460faad5a6d3d20531c9 (patch)
tree516fdde3060e515fc85de35e9819fd2076731796 /setuptools/tests/__init__.py
parent8e80ee745b620086bea2111236f85fa2376d748f (diff)
downloadexternal_python_setuptools-c72c5966e23de51fc7ab460faad5a6d3d20531c9.tar.gz
external_python_setuptools-c72c5966e23de51fc7ab460faad5a6d3d20531c9.tar.bz2
external_python_setuptools-c72c5966e23de51fc7ab460faad5a6d3d20531c9.zip
Make exactly one space after comma.
Diffstat (limited to 'setuptools/tests/__init__.py')
-rw-r--r--setuptools/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/__init__.py b/setuptools/tests/__init__.py
index 91519682..ad7d7ee5 100644
--- a/setuptools/tests/__init__.py
+++ b/setuptools/tests/__init__.py
@@ -220,7 +220,7 @@ class TestFeatures:
self.dist = makeSetup(
features={
'foo': Feature("foo", standard=True, require_features=['baz', self.req]),
- 'bar': Feature("bar", standard=True, packages=['pkg.bar'],
+ 'bar': Feature("bar", standard=True, packages=['pkg.bar'],
py_modules=['bar_et'], remove=['bar.ext'],
),
'baz': Feature(