summaryrefslogtreecommitdiff
path: root/tools/install_venv.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed undefined method in install_env.py fileVictor Morales2014-08-201-1/+0
| | | | | | | | | | | There was a call from install_venv.py file to post_process method of InstallVenv class, but this method is not defined in this class as result it was raising an error. Even when this error doesn't affect dependencies installation, it is not allowing to display user information. Change-Id: I39c995adfbb411f21ad7ea222b2392da6946e25b Closes-Bug: #1275025
* extraneous vim editor configuration commentsGordon Chung2014-04-281-2/+0
| | | | | | | | | | Many of the source code files have a beginning line: vim: tabstop=4 shiftwidth=4 softtabstop=4 This should be deleted. Change-Id: I0b7bd4e727c0597e7c7fb61d42684e908e001134 Closes-Bug: #1229324
* Fix install_venv.py requirements fileAngus Salkeld2013-05-231-2/+2
| | | | | | | I missed this in https://review.openstack.org/#/c/29876/ (but Gordon noticed) Change-Id: Ie00cae414ae44bbd258910a2628174487c9756e3
* Add install_venv_common from osloAngus Salkeld2013-05-081-0/+74
Change-Id: I8f6e07abd733b1eea6c2d3e397e8e34aef531e4f