pierredavidbelanger / chatter-bot-api

A Mono/.NET, JAVA, Python and PHP chatter bot API that supports Cleverbot, JabberWacky and Pandorabots.
182 stars 72 forks source link

added support for python3.X #20

Closed urban48 closed 9 years ago

pierredavidbelanger commented 9 years ago

Your PR is working .. but I am not really sure why classes are redefined (declared twice) at the end of the file. This looks like a merge issue .. (some where near this line in the diff) Are you sure this is intended ?

urban48 commented 9 years ago

you right, fixed it

pierredavidbelanger commented 9 years ago

Nice!

I tested this PR, the lib still works with:

$ python --version
Python 2.7.10

But I am too lazy to download python 3 to test it, I will merge your PR as is.