Commit 55e1b97a authored by xoviat's avatar xoviat Committed by GitHub

FIX: drop the more contraversial changes

parent 1a37f571
......@@ -35,8 +35,6 @@ import contextlib
import setuptools
import distutils
from pkg_resources import _initialize_master_working_set
class SetupRequirementsError(BaseException):
def __init__(self, specifiers):
......@@ -66,7 +64,6 @@ class Distribution(setuptools.dist.Distribution):
def _run_setup(setup_script='setup.py'):
# Note that we can reuse our build directory between calls
# Correctness comes first, then optimization later
_initialize_master_working_set()
__file__ = setup_script
__name__ = '__main__'
f = getattr(tokenize, 'open', open)(__file__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment