1 Name: Google code support upload script
2 Short Name: googlecode_upload
3 URL: http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py
9 A simple script from Google Code support for automating uploads.
12 -Added comment describing license. They have a comment about the license, but
13 it uses an atypical format that isn't recognized by chromium's checklicense
15 -Instead of using the default netrc lookup which requires HOME to be set
16 (which normally isn't on Windows), specify the file using os.path.expanduser.
17 -Fail instead of prompting for username/password if none is given.