diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-26 10:53:31 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-26 12:51:58 -0400 |
commit | 1251a231ad75fa649da700645690eb3c0a348f08 (patch) | |
tree | 408ad30563d3d86691e1f5928c4b831298ccba6b /_distutils_hack | |
parent | 83a85a71cd779b1b1b3a44e21cc198264650da46 (diff) | |
download | external_python_setuptools-1251a231ad75fa649da700645690eb3c0a348f08.tar.gz external_python_setuptools-1251a231ad75fa649da700645690eb3c0a348f08.tar.bz2 external_python_setuptools-1251a231ad75fa649da700645690eb3c0a348f08.zip |
Replace install behavior on import with direct invocation (now that 'enabled' logic is duplicated in pth file).
Diffstat (limited to '_distutils_hack')
-rw-r--r-- | _distutils_hack/install.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/_distutils_hack/install.py b/_distutils_hack/install.py deleted file mode 100644 index 73f13b29..00000000 --- a/_distutils_hack/install.py +++ /dev/null @@ -1,5 +0,0 @@ -from . import enabled, add_shim - - -if enabled(): - add_shim() |