aboutsummaryrefslogtreecommitdiff
path: root/app/tasks/importtasks.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-22 23:03:38 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-22 23:03:38 +0000
commit366ed9913eded7215d6ad0b71280c4ad60c98171 (patch)
treeaf30ad1e55809425e5ce00f0558948887a76528c /app/tasks/importtasks.py
parent79f4e162863302cbcaa5ecc41347959d8c9218c1 (diff)
downloadcheatdb-366ed9913eded7215d6ad0b71280c4ad60c98171.tar.xz
Update to Flask 1.0
Diffstat (limited to 'app/tasks/importtasks.py')
-rw-r--r--app/tasks/importtasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tasks/importtasks.py b/app/tasks/importtasks.py
index c3f8657..dc46f46 100644
--- a/app/tasks/importtasks.py
+++ b/app/tasks/importtasks.py
@@ -17,7 +17,7 @@
import flask, json, os, git, tempfile, shutil
from git import GitCommandError
-from flask.ext.sqlalchemy import SQLAlchemy
+from flask_sqlalchemy import SQLAlchemy
from urllib.error import HTTPError
import urllib.request
from urllib.parse import urlparse, quote_plus, urlsplit