closeio / closeio-api

Python API Client for Close
http://developer.close.com/
MIT License
65 stars 47 forks source link

Issue57. Default X-TZ-Offset encoding #58

Closed jcollado closed 8 years ago

jcollado commented 8 years ago

From what I've seen the problem is not just the X-TZ-Offset header, but that the library is not written in python 3, but in python 2. It's too bad that that wasn't announced clearly in setup.py.

Anyway, I've made a couple of fixes that make the library work in python3 for what I was doing which is just creating a lead.

Fixes #57

anemitz commented 8 years ago

@jcollado thanks for this.

I would suggest adding a setup.py classifiers with the correct python versions as well.

jcollado commented 8 years ago

@anemitz Added classifiers and rebased code to fix merge conflicts.