summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-08-07 18:37:33 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-08-07 19:46:06 -0700
commit0aa7c06395a1ab4cf7cebfbb26b8d5fbbb88effa (patch)
treeda30e593f2dd1f43b54fd68cf07474b0d58f7db1
parent2fc7c14dca603798e6a941e614633cfd40e7f9b8 (diff)
downloadansible-0aa7c06395a1ab4cf7cebfbb26b8d5fbbb88effa.tar.gz
Remove comments about import order
No longer needed as AnsiballZ fixed this
-rw-r--r--lib/ansible/module_utils/api.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/ansible/module_utils/api.py b/lib/ansible/module_utils/api.py
index c4d3003d2e..1376540668 100644
--- a/lib/ansible/module_utils/api.py
+++ b/lib/ansible/module_utils/api.py
@@ -31,11 +31,6 @@ This module adds shared support for generic api modules
In order to use this module, include it as part of a custom
module as shown below.
-** Note: The order of the import statements does matter. **
-
-from ansible.module_utils.basic import *
-from ansible.module_utils.api import *
-
The 'api' module provides the following common argument specs:
* rate limit spec
@@ -45,7 +40,6 @@ The 'api' module provides the following common argument specs:
* retry spec
- retries: number of attempts
- retry_pause: delay between attempts in seconds
-
"""
import time