diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-12-22 23:03:38 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-12-22 23:03:38 +0000 |
commit | 366ed9913eded7215d6ad0b71280c4ad60c98171 (patch) | |
tree | af30ad1e55809425e5ce00f0558948887a76528c /app/tasks/importtasks.py | |
parent | 79f4e162863302cbcaa5ecc41347959d8c9218c1 (diff) | |
download | cheatdb-366ed9913eded7215d6ad0b71280c4ad60c98171.tar.xz |
Update to Flask 1.0
Diffstat (limited to 'app/tasks/importtasks.py')
-rw-r--r-- | app/tasks/importtasks.py | 2 |
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 |