fastly / fastly-py

A Fastly API client for Python
https://pypi.org/project/fastly/
MIT License
77 stars 59 forks source link

[HOLD] added 2to3 #18

Closed amyrlam closed 8 years ago

amyrlam commented 9 years ago

Can you take a look? @mmay or @thommahoney or @edmund-huber

Followed this: https://pythonhosted.org/setuptools/python3.html

python setup.py test ... all OK

python3 setup.py test ... returns TypeError: the JSON object must be str, not 'bytes'

edmund-huber commented 9 years ago
amyrlam commented 9 years ago

@edmund-huber ^^ It's failing with python3 setup.py test ... returns TypeError: the JSON object must be str, not 'bytes'. Stuck on why.

I'll tweak the .gitignore to just what we need, took a master one.