Merge "Remove get-pip.py after using it in install_puppet"

This commit is contained in:
Jenkins 2015-04-15 12:56:28 +00:00 committed by Gerrit Code Review
commit e496692ef6

View File

@ -243,6 +243,7 @@ function setup_pip {
fi
python get-pip.py
rm get-pip.py
pip install -U setuptools
}