io.py conflicts with Python's io module
zhemao opened this issue · 1 comments
zhemao commented
There is already a module in the python standard library called io. Naming your module io.py conflicts with that. I suggest renaming it to something like socketio or sockio to remove this conflict.
evanw commented
Thanks for pointing that out, I didn't think to look! I renamed it to socket_io.py.