Skip to content

Commit

Permalink
Removed unneeded env patching.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Dunai <andunai@gmail.com>
  • Loading branch information
and3rson committed Jul 6, 2017
1 parent 08fb8f1 commit c7847a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compose/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
[
sys.executable, '-c',
"""import pkg_resources as pr; print "\\n".join([d.project_name for d in pr.working_set])"""
], stderr=subprocess.PIPE, stdout=subprocess.PIPE,
env=env
], stderr=subprocess.PIPE, stdout=subprocess.PIPE
)
packages = s_cmd.communicate()[0].splitlines()
if 'docker-py' in packages:
Expand Down

0 comments on commit c7847a0

Please sign in to comment.