Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
⚫ Fade to black.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 12, 2021
1 parent fd08292 commit f11649c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ptr.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class CustomizedDist(Distribution):
index_url = None

def fetch_build_egg(self, req):
""" Specialized version of Distribution.fetch_build_egg
that respects respects allow_hosts and index_url. """
"""Specialized version of Distribution.fetch_build_egg
that respects respects allow_hosts and index_url."""
from setuptools.command.easy_install import easy_install

dist = Distribution({'script_args': ['easy_install']})
Expand Down

0 comments on commit f11649c

Please sign in to comment.