simplegeo / python-simplegeo

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

Bug fix for Twisted client #4

Open theduderog opened 13 years ago

theduderog commented 13 years ago

Currently, for the add_record, add_records, and delete_record methods, the Twisted client does not return a Deferred object which means that there is no way for the client to know when the request finished or if an error occurred. This patch includes unit tests.