prune: fix detection of parts used in scripts
python interpreter is sometimes referenced only in bin/buildout's shebang, even if not used anymore in any software, if it was used to initially created the buildout. In that case, the part should still be considered as used and not pruned. See merge request !194
Showing
Please register or sign in to comment