fixed relative imports in Jinja for python3
This commit is contained in:
2
3rdparty/jinja2/utils.py
vendored
2
3rdparty/jinja2/utils.py
vendored
@@ -517,4 +517,4 @@ class Joiner(object):
|
||||
|
||||
|
||||
# Imported here because that's where it was in the past
|
||||
from markupsafe import Markup, escape, soft_unicode
|
||||
from .markupsafe import Markup, escape, soft_unicode
|
||||
|
Reference in New Issue
Block a user