diff options
Diffstat (limited to 'setuptools/site-patch.py')
-rw-r--r-- | setuptools/site-patch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/site-patch.py b/setuptools/site-patch.py index a7d13fcd..f09ab522 100644 --- a/setuptools/site-patch.py +++ b/setuptools/site-patch.py @@ -68,6 +68,7 @@ def __boot(): sys.path[:] = new_path + if __name__ == 'site': __boot() del __boot |