Skip to content

Commit

Permalink
Use napalm instead of napalm_base
Browse files Browse the repository at this point in the history
  • Loading branch information
thomseddon committed Feb 22, 2018
1 parent cc98324 commit b9bcbbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions napalm_vyos/vyos.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
from netmiko import SCPConn

# NAPALM base
import napalm_base.constants as C
from napalm_base.utils import py23_compat
from napalm_base.base import NetworkDriver
from napalm_base.exceptions import ConnectionException, \
import napalm.base.constants as C
from napalm.base.utils import py23_compat
from napalm.base.base import NetworkDriver
from napalm.base.exceptions import ConnectionException, \
MergeConfigException, ReplaceConfigException


Expand Down

0 comments on commit b9bcbbc

Please sign in to comment.