summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Sprygada <privateip@users.noreply.github.com>2016-09-19 23:14:17 -0400
committerGitHub <noreply@github.com>2016-09-19 23:14:17 -0400
commit547cea556fa29f9bfaf11a68028e7d5eb5a07583 (patch)
treeb1b6be6026c1f1ec1e3395f2de84b3a0b93b478a
parent433a0e1e40021f718570ea5f46fdf8ee2dc2ce4b (diff)
downloadansible-547cea556fa29f9bfaf11a68028e7d5eb5a07583.tar.gz
remove old imports from junos shared module (#17655)
this cleans up the old import mechanisms in the junos shared module
-rw-r--r--lib/ansible/module_utils/junos.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ansible/module_utils/junos.py b/lib/ansible/module_utils/junos.py
index b7d00cb595..7546f9e4bf 100644
--- a/lib/ansible/module_utils/junos.py
+++ b/lib/ansible/module_utils/junos.py
@@ -22,14 +22,10 @@ import shlex
from distutils.version import LooseVersion
from ansible.module_utils.pycompat24 import get_exception
-from ansible.module_utils.network import NetworkError, NetworkModule
from ansible.module_utils.network import register_transport, to_list
from ansible.module_utils.shell import CliBase
from ansible.module_utils.six import string_types
-# temporary fix until modules are update. to be removed before 2.2 final
-from ansible.module_utils.network import get_module
-
try:
from jnpr.junos import Device
from jnpr.junos.utils.config import Config