diff options
author | Matt Clay <matt@mystile.com> | 2020-06-22 22:27:08 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2020-06-22 23:20:33 +0200 |
commit | 98a0995fd073e506214b394ed36f03878484cf1e (patch) | |
tree | 8feecc41421f5391d88cbe1c56cd3dd5dda7b746 /test/units/test_context.py | |
parent | adds japanese translation as a version-switcher option (#70214) (diff) | |
download | ansible-98a0995fd073e506214b394ed36f03878484cf1e.tar.xz ansible-98a0995fd073e506214b394ed36f03878484cf1e.zip |
Clean up unit test boilerplate.
Diffstat (limited to 'test/units/test_context.py')
-rw-r--r-- | test/units/test_context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/test_context.py b/test/units/test_context.py index 837360452a..24e2376dba 100644 --- a/test/units/test_context.py +++ b/test/units/test_context.py @@ -3,7 +3,7 @@ # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # Make coding more python3-ish -from __future__ import (absolute_import, division) +from __future__ import (absolute_import, division, print_function) __metaclass__ = type from ansible import context |