diff options
Diffstat (limited to 'setuptools/command/easy_install.py')
-rw-r--r-- | setuptools/command/easy_install.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index f1e487d4..544e8fd4 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -2284,16 +2284,6 @@ def current_umask(): return tmp -def bootstrap(): - # This function is called when setuptools*.egg is run using /bin/sh - import setuptools - - argv0 = os.path.dirname(setuptools.__path__[0]) - sys.argv[0] = argv0 - sys.argv.append(argv0) - main() - - def main(argv=None, **kw): from setuptools import setup from setuptools.dist import Distribution |