Browse Source

Add missing import statement for socketio in docs (#289)

* Add missing import statement for socketio

* Remove incorrect import statement
pull/319/head
Syed Faheel Ahmad 6 years ago
committed by Miguel Grinberg
parent
commit
cacb621ad7
  1. 2
      docs/intro.rst

2
docs/intro.rst

@ -63,8 +63,8 @@ asynchronous server:
.. code:: python
import engineio
import eventlet
import socketio
sio = socketio.Server()
app = socketio.WSGIApp(sio, static_files={

Loading…
Cancel
Save