aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-22 20:20:00 +0200
committerGuido Günther <agx@sigxcpu.org>2017-08-22 20:22:05 +0200
commitd7d8166910be617e0691955b1e4349b07e7f0322 (patch)
treef6f85561485ed2872682086744de3ba52edb3a71
parent6a1b1813733b1f21094d55ecdf48fcfe2c5950ce (diff)
Don't import *
-rw-r--r--foremanhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/foremanhost.py b/foremanhost.py
index 0823a06..7083504 100644
--- a/foremanhost.py
+++ b/foremanhost.py
@@ -17,7 +17,7 @@ import os
import json
import time
-from ansible.module_utils.basic import *
+from ansible.module_utils.basic import AnsibleModule
DOCUMENTATION = '''
---