opendoor-labs / rets

RETS Python 3 Client
MIT License
89 stars 43 forks source link

Import cgi from standard library instead of requests #27

Closed tortxof closed 6 years ago

tortxof commented 6 years ago

Latest version of requests no longer has cgi module. Requests was just importing cgi from the standard library anyway.

martinxsliu commented 6 years ago

Awesome, thanks for the contribution!