fix broken import statement from netcli rename

The network module needed to be updated with the correct module name
when netcmd was renamed to netcli
This commit is contained in:
Peter Sprygada 2016-08-20 08:19:08 -04:00
parent 152fb29337
commit ac8b8f0b8b

View file

@ -30,7 +30,7 @@ import itertools
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.basic import env_fallback, get_exception
from ansible.module_utils.netcmd import Cli, Command
from ansible.module_utils.netcli import Cli, Command
from ansible.module_utils.netcfg import Config
from ansible.module_utils.shell import Shell, ShellError, HAS_PARAMIKO