pteichman / cobe

A Markov chain based text generation library and MegaHAL style chatbot
http://teichman.org/blog/
MIT License
239 stars 51 forks source link

Fixes for Python 3 #26

Closed CrazyPython closed 4 years ago

CrazyPython commented 8 years ago

Used the 2to3 tool. @pteichman This project is really great, keep going!

wallabra commented 4 years ago

You should have removed the use of codecs from control.py (it is not necessary to use the UTF-8 writer anymore, just pass the argument directly).

pteichman commented 4 years ago

I think we have all of these in place now.