aboutsummaryrefslogtreecommitdiff
path: root/app/views/tasks.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-15 19:35:59 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-15 19:35:59 +0100
commitdbc56283ebb0d850fff65ecaf6753c0fa31e0c53 (patch)
tree78fc13668b963d2b6cd9cf3f48f18c7f155d00e6 /app/views/tasks.py
parent976f83c5507e203107d5592a480b3b55343a0224 (diff)
downloadcheatdb-dbc56283ebb0d850fff65ecaf6753c0fa31e0c53.tar.xz
Add screenshot importing from github
Diffstat (limited to 'app/views/tasks.py')
-rw-r--r--app/views/tasks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/tasks.py b/app/views/tasks.py
index 3759543..150fb81 100644
--- a/app/views/tasks.py
+++ b/app/views/tasks.py
@@ -5,10 +5,10 @@ from app import app, csrf
from app.models import *
from app.tasks import celery, TaskError
from app.tasks.importtasks import getMeta
-from .utils import shouldReturnJson
+from app.utils import shouldReturnJson
# from celery.result import AsyncResult
-from .utils import *
+from app.utils import *
@csrf.exempt
@app.route("/tasks/getmeta/new/", methods=["POST"])