Whenever the password field is missing from the conf, gertty prompts the
user to enter it but hapilly discard it to a local variable. Set the
config password field instead.
Change-Id: Idf6ea2edd9396e4e635955519af6739106fbfe3c
OrderedDict isn't in python 2.6 which is on some
older distros (still), so import the package that
provides it when it can not be found.
Change-Id: I9637d346e85c651e8e242025b9e88b1af3d8fca0
If the users password isn't in their configuration
file, then use getpass to prompt for it instead.
Change-Id: Ib0d53e181fffc455e8555cdb26125f2891695387
The read() method silently ignores errors which is
not so useful if .gerttyrc doesn't exist, so instead
of using that use the readfp which will open the file
and then correctly read from the file (and raise if
the file does not exist).
Change-Id: I3bf68408595e06c6ffb60632b46995c1fadbea3f