Skip to content

Commit

Permalink
Merge pull request napalm-automation-community#52 from itdependsnetwo…
Browse files Browse the repository at this point in the history
…rks/import2

more import fixes
  • Loading branch information
itdependsnetworks authored Dec 20, 2017
2 parents 66fc52d + 426bbcf commit 0aae5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm_panos/panos.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
MergeConfigException

try:
from napalm_base import NetworkDriver
from napalm.base import NetworkDriver
except ImportError:
from napalm_base.base import NetworkDriver

Expand Down

0 comments on commit 0aae5ed

Please sign in to comment.