Properly export the public portions of module_utils.aws.core

This commit is contained in:
Toshio Kuratomi 2017-07-11 14:07:06 -07:00
parent 07a4079a81
commit da540b5c48

View file

@ -52,8 +52,7 @@ from ansible.module_utils.ec2 import HAS_BOTO3, camel_dict_to_snake_dict, ec2_ar
import traceback
# We will also export HAS_BOTO3 so end user modules can use it.
HAS_BOTO3 = HAS_BOTO3
__all__ = ('AnsibleAWSModule', 'HAS_BOTO3',)
class AnsibleAWSModule(object):
"""An ansible module class for AWS modules