All submissions to this site are governed by the Second Life Viewer Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.

Review Board 1.6.11

Welcome to the Second Life Viewer Code Review tool.
See the documentation on our wiki for how to use this site.

Use consistent path for all *.py scripts

Review Request #129 - Created Jan. 28, 2011 and submitted

Merov Linden Reviewers
https://merov_linden@bitbucket.org/merov_linden/viewer-development-storm-937 viewer
STORM-937
None viewer-development
Simple consistency change, using "#!/usr/bin/python" in all python script.
Pulled into a test repo and build successfully on all platforms on TC so I guess no bad surprise here.
Review request changed
Updated (Feb. 11, 2011, 6:23 p.m.)
The previous change revealed issues on Windows, namely, the use of the commands module on Windows in llversion.py. I changed that to use subprocess instead and cleaned up old svn functions rather than "fixing" them.
Posted (April 5, 2011, 12:41 p.m.)
The code has been integrated. Merov, please close the review request.