mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Silenced an ImportWarning in the template_backends tests.
This commit is contained in:
parent
f60c35cddc
commit
40ccef16cb
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
# Since this package contains a "jinja2" directory, this is required to
|
||||
# silence an ImportWarning warning on Python 2.
|
||||
from __future__ import absolute_import
|
||||
|
||||
import sys
|
||||
|
||||
from unittest import skipIf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue