Addressed review comments, given as part of other reviews (#4904)

This commit is contained in:
Senthil Kumar Ganesan 2016-09-19 00:50:28 -07:00 committed by Matt Clay
commit 1ee897e988
4 changed files with 14 additions and 14 deletions

View file

@ -194,7 +194,7 @@ saved:
"""
from ansible.module_utils.netcfg import dumps
from ansible.module_utils.network import NetworkModule
from ansible.module_utils.dnos6 import get_config, get_sublevel_config, Dellos6NetworkConfig
from ansible.module_utils.dellos6 import get_config, get_sublevel_config, Dellos6NetworkConfig
def get_candidate(module):