fixed relative imports in Jinja for python3

This commit is contained in:
Hilton Bristow
2013-12-24 15:15:06 +10:00
parent 2f45942adc
commit 7cad2c6788
3 changed files with 4 additions and 4 deletions

View File

@@ -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