ansible/test/integration/targets/script/files/no_shebang.py
Matt Clay 4816bb4f43
More boilerplate fixes. (#70224)
* Fix boilerplate in hacking dir.
* Fix boilerplate in docs dir.
* Fix boilerplate in integration tests.
* Fix boilerplate in examples.
2020-06-22 19:05:30 -07:00

6 lines
149 B
Python

from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import sys
sys.stdout.write("Script with shebang omitted")