diff --git a/excalibur/www/views.py b/excalibur/www/views.py index 19bf187..fd24d3d 100644 --- a/excalibur/www/views.py +++ b/excalibur/www/views.py @@ -14,7 +14,7 @@ render_template, send_from_directory, ) -from werkzeug import secure_filename +from werkzeug.utils import secure_filename from .. import configuration as conf from ..models import Job, File, Rule