Import napalm_base instead of napalm

This commit is contained in:
Mircea Ulinic 2017-01-09 15:55:56 +00:00
parent d67f6937d7
commit 8f13f63880
No known key found for this signature in database
GPG Key ID: D8D1A1F6129DCBF4

View File

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