Commit 09639f71 authored by Mark Santcroos's avatar Mark Santcroos

Import secure_filename from utils.

For more information see: https://github.com/pallets/werkzeug/pull/1640/commits/08536c457c7125c05e0947e62487fbc4bcf51717
parent b0ac34de
...@@ -5,7 +5,7 @@ import mimetypes ...@@ -5,7 +5,7 @@ import mimetypes
import time import time
from math import ceil from math import ceil
from werkzeug import secure_filename from werkzeug.utils import secure_filename
from flask import (current_app, request, redirect, flash, abort, json, from flask import (current_app, request, redirect, flash, abort, json,
Response, get_flashed_messages, stream_with_context) Response, get_flashed_messages, stream_with_context)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment