diff --git a/cloud/xenserver_facts.py b/cloud/xenserver_facts.py index 54ca3389752..149030925f9 100644 --- a/cloud/xenserver_facts.py +++ b/cloud/xenserver_facts.py @@ -192,7 +192,6 @@ def main(): module.exit_json(ansible=data) -# this is magic, see lib/ansible/module_common.py -#<> +from ansible.module_utils.basic import * main()