You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix problems when using horse-with-no-namespace with zc.buildout.
1. Buildout recipes are loaded via a pkg_resources API that updates sys.path. We have to make sure that the __path__ for a namespace module gets updated when sys.path changes.
2. Scripts installed by buildout do their own mangling of sys.path. We have to make sure that the pkg_resources working set doesn't get initialized until after that.
0 commit comments