zabbix: remove redundant import of module_utils

This commit is contained in:
Rene Moser 2015-05-26 15:28:50 +02:00 committed by Matt Clay
parent 29692366aa
commit a9449aa078
3 changed files with 0 additions and 4 deletions

View file

@ -115,7 +115,6 @@ EXAMPLES = '''
import logging
import copy
from ansible.module_utils.basic import *
try:
from zabbix_api import ZabbixAPI, ZabbixAPISubClass

View file

@ -82,7 +82,6 @@ EXAMPLES = '''
import logging
import copy
from ansible.module_utils.basic import *
try:
from zabbix_api import ZabbixAPI, ZabbixAPISubClass

View file

@ -124,8 +124,6 @@ EXAMPLES = '''
when: inventory_hostname==groups['group_name'][0]
'''
from ansible.module_utils.basic import *
try:
from zabbix_api import ZabbixAPI, ZabbixAPISubClass
from zabbix_api import ZabbixAPIException