unit tests: fix absolute imports in test_pyroute2

Bug-Url: https://github.com/saltstack/salt/pull/41533
This commit is contained in:
Peter V. Saveliev 2017-05-31 22:34:00 +02:00
parent e51e5c7e2f
commit c744cbefd7

View File

@ -1,4 +1,6 @@
from __future__ import absolute_import
from pyroute2 import IPDB
from tests.support.unit import TestCase
from salt.beacons.network_settings import ATTRS