fixes for python3

This commit is contained in:
Pieprzycki Piotr
2016-12-21 22:55:32 +01:00
parent 7e2a8ba420
commit be5f80a427
3 changed files with 29 additions and 28 deletions

View File

@@ -13,7 +13,7 @@
# the License.
"""napalm_vyos package."""
from vyos import VyOSDriver
from napalm_vyos.vyos import VyOSDriver
import pkg_resources
try: