Avi: Fixed import issues (#52661)

This commit is contained in:
Chaitanya Deshpande 2019-03-06 22:39:49 +05:30 committed by Nathaniel Case
parent 77565554c8
commit 662dd2c1de
4 changed files with 8 additions and 8 deletions

View file

@ -78,8 +78,8 @@ from copy import deepcopy
try:
from ansible.module_utils.network.avi.avi import (
avi_common_argument_spec, ansible_return, AviCredentials, HAS_AVI)
from avi.sdk.avi_api import ApiSession
avi_common_argument_spec, ansible_return, HAS_AVI)
from avi.sdk.avi_api import ApiSession, AviCredentials
from avi.sdk.utils.ansible_utils import avi_obj_cmp, cleanup_absent_fields
except ImportError: