From d7d8166910be617e0691955b1e4349b07e7f0322 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 22 Aug 2017 20:20:00 +0200 Subject: Don't import * --- foremanhost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''' --- -- cgit v1.2.3