summaryrefslogtreecommitdiff
path: root/pkg_resources.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-05-05 03:12:33 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-05-05 03:12:33 -0400
commitaab2bff7c77d3914a87825252d84bfdcf10bc866 (patch)
treefff66036d07c76b471843fb0900029347d857a94 /pkg_resources.py
parent9407e0f7c4baf1b253a5ae0358063eb91f8d3a88 (diff)
downloadpython-setuptools-bitbucket-aab2bff7c77d3914a87825252d84bfdcf10bc866.tar.gz
Reindent long line
Diffstat (limited to 'pkg_resources.py')
-rw-r--r--pkg_resources.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index 8788eca1..df9bac57 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -758,7 +758,8 @@ class WorkingSet(object):
class Environment(object):
"""Searchable snapshot of distributions on a search path"""
- def __init__(self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR):
+ def __init__(self, search_path=None, platform=get_supported_platform(),
+ python=PY_MAJOR):
"""Snapshot distributions available on a search path
Any distributions found on `search_path` are added to the environment.