kurttheviking / simple-hipchat-py

Python client fo HipChat's v1 API
Other
85 stars 25 forks source link

Upgrade to Python 3 while still being compatible with Python 2 #9

Closed pimterry closed 10 years ago

pimterry commented 10 years ago

As in #5, I need Python 3 support. Doesn't look like that PR is going anywhere though now, so this patch adds Python 3 support, while also still working in Python 2.

Tested with Python 3.3.3 and Python 2.7.3, happily sends messages and reads the list of rooms for me in both.

kurttheviking commented 10 years ago

@pimterry thanks; will take a look tomorrow. i appreciate the PR.

kurttheviking commented 10 years ago

fyi: released via pypi as 0.2; pip install --upgrade and you should be good to go; thanks again!

pimterry commented 10 years ago

Excellent, thanks!