Skip to content

Commit 50ee67a

Browse files
authored
Merge pull request #25 from 0pc0deFR/master
Patch import error after the recent update of the JinJa2 package
2 parents 46db7d5 + 449aa84 commit 50ee67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: flask_plugins/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import importlib
1717
from collections import deque
1818
from werkzeug.utils import cached_property, import_string
19-
from jinja2 import Markup
19+
from markupsafe import Markup
2020
from flask import json
2121
# Find the stack on which we want to store the database connection.
2222
# Starting with Flask 0.9, the _app_ctx_stack is the correct one,

0 commit comments

Comments
 (0)