From da1e611b267c80d6fdde186321b7a68187277bc3 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Thu, 27 Aug 2015 09:21:57 +0300 Subject: [PATCH] Support print as a function I neglected the __future__ import because print(one_thing) works the same way even when print is a statement. --- lib/ansible/utils/module_docs.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 lib/ansible/utils/module_docs.py diff --git a/lib/ansible/utils/module_docs.py b/lib/ansible/utils/module_docs.py old mode 100644 new mode 100755