mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Import napalm_base instead of napalm
This commit is contained in:
parent
d67f6937d7
commit
8f13f63880
@ -33,7 +33,7 @@ try:
|
||||
# will try to import NAPALM
|
||||
# https://github.com/napalm-automation/napalm
|
||||
# pylint: disable=W0611
|
||||
from napalm import get_network_driver
|
||||
from napalm_base import get_network_driver
|
||||
# pylint: enable=W0611
|
||||
HAS_NAPALM = True
|
||||
except ImportError:
|
||||
|
Loading…
Reference in New Issue
Block a user