simplegeo / python-simplegeo

A client interface for SimpleGeo's API.
http://simplegeo.com
104 stars 18 forks source link

Google App Engine fix for exception caused by older libraries. #30

Open echamberlain opened 13 years ago

echamberlain commented 13 years ago

Force header status to string before checking the first character. Google App Engine uses Python 2.5.

Also, removed a duplicate import to silence Eclipse warnings.