Skip to content

Commit

Permalink
Silenced an ImportWarning in the template_backends tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jan 1, 2015
1 parent f60c35c commit 40ccef1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/template_backends/test_jinja2.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 40ccef1

Please sign in to comment.