Don't automatically convert API key to uppercase
authorRyan Campbell <campbellr@gmail.com>
Sat, 19 Jun 2010 19:23:39 +0000 (13:23 -0600)
committerRyan Campbell <campbellr@gmail.com>
Sat, 19 Jun 2010 19:25:49 +0000 (13:25 -0600)
commitea5fd04b4128c7fc4ecaad0faa555f03b63b04eb
treea314f284b8e43ced17ff15c3516c21f5b359c3ba
parent00a596f63559b8f9049ac76c2522170b63653538
Don't automatically convert API key to uppercase

Some (older?) API keys actually do have lower case characters, and since
it is case sensitive we shouldn't automatically convert all characters
to uppercase.
package/src/ui/diablo/gui.py
package/src/ui/fremantle/gui.py
package/src/validation.py