endpoints.web: add missing import
This commit is contained in:
parent
370ac3ecd0
commit
d0bd70fb36
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import logging
|
|||
|
||||
from urlparse import urlparse
|
||||
|
||||
from cachetools import lru_cache
|
||||
from flask import (abort, redirect, request, url_for, make_response, Response,
|
||||
Blueprint, send_from_directory, jsonify, send_file)
|
||||
from flask.ext.login import current_user
|
||||
|
|
Reference in a new issue