diff --git a/awx/lib/tests/test_display_callback.py b/awx/lib/tests/test_display_callback.py index 1607544827..f356b32d42 100644 --- a/awx/lib/tests/test_display_callback.py +++ b/awx/lib/tests/test_display_callback.py @@ -1,3 +1,8 @@ +# Copyright (c) 2017 Ansible by Red Hat +# All Rights Reserved + +from __future__ import absolute_import + from collections import OrderedDict import json import mock