aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-11 10:36:25 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-11 10:36:25 -0500
commite99626c4eadf2e45ca5d729aaa3a5b4bb667536b (patch)
tree263733c62dde887f7ae7e5685aee9781b3e43e44 /setuptools/package_index.py
parent6667ea387d5694cf936644898acd20000ca7b1ec (diff)
downloadexternal_python_setuptools-e99626c4eadf2e45ca5d729aaa3a5b4bb667536b.tar.gz
external_python_setuptools-e99626c4eadf2e45ca5d729aaa3a5b4bb667536b.tar.bz2
external_python_setuptools-e99626c4eadf2e45ca5d729aaa3a5b4bb667536b.zip
Reclaim space from hanging indents
Diffstat (limited to 'setuptools/package_index.py')
-rwxr-xr-xsetuptools/package_index.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index 3456f715..b0837628 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -17,11 +17,11 @@ from pkg_resources import (
from setuptools import ssl_support
from distutils import log
from distutils.errors import DistutilsError
-from setuptools.compat import (urllib2, httplib, StringIO, HTTPError,
- urlparse, urlunparse, unquote, splituser,
- url2pathname, name2codepoint,
- unichr, urljoin, urlsplit, urlunsplit,
- ConfigParser, filter)
+from setuptools.compat import (
+ urllib2, httplib, StringIO, HTTPError, urlparse, urlunparse, unquote,
+ splituser, url2pathname, name2codepoint, unichr, urljoin, urlsplit,
+ urlunsplit, ConfigParser, filter,
+)
from setuptools.compat import filterfalse
from fnmatch import translate
from setuptools.py26compat import strip_fragment