Skip to content

Commit

Permalink
Switch to flask_* from deprecated flask.ext.*
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed May 5, 2016
1 parent 04bb4a9 commit 76105fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_socketio.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
cov.start()

from flask import Flask, session, request
from flask.ext.socketio import SocketIO, send, emit, join_room, leave_room
from flask_socketio import SocketIO, send, emit, join_room, leave_room

app = Flask(__name__)
app.config['SECRET_KEY'] = 'secret'
Expand Down

1 comment on commit 76105fe

@AnthonyMeaux
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.