summaryrefslogtreecommitdiff
path: root/lib/ansible/template/safe_eval.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/template/safe_eval.py')
-rw-r--r--lib/ansible/template/safe_eval.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ansible/template/safe_eval.py b/lib/ansible/template/safe_eval.py
index efe5600f5a..2f819b40b1 100644
--- a/lib/ansible/template/safe_eval.py
+++ b/lib/ansible/template/safe_eval.py
@@ -14,6 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
@@ -54,7 +55,7 @@ def safe_eval(expr, locals={}, include_exceptions=False):
(
ast.Add,
ast.BinOp,
- #ast.Call,
+ # ast.Call,
ast.Compare,
ast.Dict,
ast.Div,