ansible/docs/docsite/rst/dev_guide/testing/sanity/boilerplate.rst

12 lines
247 B
ReStructuredText
Raw Normal View History

:orphan:
Sanity Tests » boilerplate
==========================
Most Python files should include the following boilerplate:
.. code-block:: python
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type