diff --git a/examples/playbook/modules/python_new_style_module.py b/examples/playbook/modules/python_new_style_module.py index 06d031b1..1ae50d50 100755 --- a/examples/playbook/modules/python_new_style_module.py +++ b/examples/playbook/modules/python_new_style_module.py @@ -14,7 +14,6 @@ def usage(): # Also must slurp in our own source code, to verify the encoding string was # added. -print 'WTFFFFFFFFFFFFFFFF %r' % (sys.argv,) with open(sys.argv[0]) as fp: me = fp.read()