Unverified Commit 648d9b9f authored by Serge S. Koval's avatar Serge S. Koval Committed by GitHub

Merge pull request #1922 from marksantcroos/master

Import secure_filename from utils.
parents 2fa37eef 91e16f38
import os
import os.path as op
from werkzeug import secure_filename
from werkzeug.utils import secure_filename
from werkzeug.datastructures import FileStorage
from wtforms import ValidationError, fields
......
......@@ -5,7 +5,7 @@ import mimetypes
import time
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,
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