evanw / socket.io-python

A socket.io bridge for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

io.py conflicts with Python's io module

zhemao opened this issue · comments

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.

Thanks for pointing that out, I didn't think to look! I renamed it to socket_io.py.