aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-27 14:51:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-11-27 14:51:14 -0500
commit074413b0804d00a6d1d62bad5b12fdef92291aeb (patch)
tree7e89b6bd7c1ab3aa4a09e2d31e4330b6d78da7cf
parentbb31268118c393bd686ec190e257e6e398a88855 (diff)
downloadexternal_python_setuptools-074413b0804d00a6d1d62bad5b12fdef92291aeb.tar.gz
external_python_setuptools-074413b0804d00a6d1d62bad5b12fdef92291aeb.tar.bz2
external_python_setuptools-074413b0804d00a6d1d62bad5b12fdef92291aeb.zip
Reindent long line
-rw-r--r--setuptools/tests/test_easy_install.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index f8663f07..24436d70 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -13,7 +13,8 @@ import distutils.core
from setuptools.compat import StringIO, BytesIO, next, urlparse
from setuptools.sandbox import run_setup, SandboxViolation
-from setuptools.command.easy_install import easy_install, fix_jython_executable, get_script_args, nt_quote_arg
+from setuptools.command.easy_install import (
+ easy_install, fix_jython_executable, get_script_args, nt_quote_arg)
from setuptools.command.easy_install import PthDistributions
from setuptools.command import easy_install as easy_install_pkg
from setuptools.dist import Distribution