Skip to content

Commit

Permalink
Merge pull request ansible#10677 from dorianpula/fix_re_import_test_f…
Browse files Browse the repository at this point in the history
…ailure

Fix re import failure in templates module when running unit tests.
  • Loading branch information
abadger committed Apr 13, 2015
2 parents 1121928 + b193d32 commit 557cd15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v2/ansible/template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

import re

from jinja2 import Environment
from jinja2.exceptions import TemplateSyntaxError, UndefinedError
from jinja2.utils import concat as j2_concat
Expand Down

0 comments on commit 557cd15

Please sign in to comment.