Please make sure that JavaScript is enabled in your browser. If you are using a browser extension to selectively enable or disable JavaScript, make sure it's enabled for this server.
Describe your changes (optional):
Describe the completed change (optional):
Review Request #499 — Created Aug. 11, 2008 and submitted
post-review: allow user to supply password on cmdline
submitted this review with the modified script
This would look a lot better like this: if options.submit_as: username = options.submit_as else: username = raw_input('Username: ') Same with the password field.
Trailing whitespace.
Looks good. Committed as r1450.