Remove get_exception from modules

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-02-06 20:18:51 +05:30 committed by Toshio Kuratomi
commit 1119709b56
3 changed files with 5 additions and 23 deletions

View file

@ -142,7 +142,6 @@ RETURN = '''
'''
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.basic import get_exception
try:
import pan.xapi