We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad72b0 commit 569940eCopy full SHA for 569940e
app.py
@@ -1,5 +1,5 @@
1
from flask import Flask, render_template, json
2
-from flask.ext.mysql import MySQL
+from flaskext.mysql import MySQL
3
4
mysql = MySQL()
5
app = Flask(__name__)
0 commit comments