Commit 115684d2 by James Cammarata

Minor tweak to stub code for v2 ansible-playbook

parent eae9a406
......@@ -17,8 +17,7 @@ from ansible.utils.vars import combine_vars
from ansible.vars import VariableManager
# Implement an ansible.utils.warning() function later
import __builtin__
warning = getattr(__builtin__, 'print')
warning = getattr(__builtins__, 'print')
#---------------------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment