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
pull/17165/head
Peter Sprygada 8 years ago
parent 152fb29337
commit ac8b8f0b8b

@ -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

Loading…
Cancel
Save