Update Junos to NetworkModule (#17197)

* Junos NetworkModule adaption.

* Take CLI_PROMPTS_RE & CLI_ERRORS_RE from ios.py
This commit is contained in:
Nathaniel Case 2016-08-31 14:34:15 -04:00 committed by GitHub
commit 01911e4958
2 changed files with 97 additions and 207 deletions

View file

@ -175,4 +175,3 @@ def get_module(*args, **kwargs):
# until the modules are updated. This function *will* be removed
# before 2.2 final
return NetworkModule(*args, **kwargs)