Skip to content

Commit 569940e

Browse files
author
root
committed
changed mysql module name
1 parent 0ad72b0 commit 569940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from flask import Flask, render_template, json
2-
from flask.ext.mysql import MySQL
2+
from flaskext.mysql import MySQL
33

44
mysql = MySQL()
55
app = Flask(__name__)

0 commit comments

Comments
 (0)