From 41ca3ad94be573f287bd63b2d7fa3591a45a5d74 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 1 Apr 2018 21:25:44 +0100 Subject: [PATCH] issue #106: delete junk from example module. --- examples/playbook/modules/python_new_style_module.py | 1 - 1 file changed, 1 deletion(-) 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()