Add missing import

This commit is contained in:
Rebecca Law
2016-03-08 15:20:34 +00:00
parent d840b8d689
commit 6e17a015e8

View File

@@ -1,5 +1,5 @@
from datetime import datetime
from flask import (jsonify, request, abort, Blueprint)
from flask import (jsonify, request, abort, Blueprint, current_app)
from app import encryption
from app.dao.users_dao import (