summaryrefslogtreecommitdiff
path: root/scripts/cli/test_interfaces_loopback.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-02-26 07:38:13 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-26 07:38:13 +0100
commite5acf008785066e2266a913703abb7b9f5e99286 (patch)
tree083b559e8ba2b6cc18ed1f9cb21066f11aa234b2 /scripts/cli/test_interfaces_loopback.py
parentf1beefe681240113c6ec856b01e55dc646f52294 (diff)
downloadvyos-1x-e5acf008785066e2266a913703abb7b9f5e99286.tar.gz
vyos-1x-e5acf008785066e2266a913703abb7b9f5e99286.zip
interfaces: replace wildcard import with dedicated import
Diffstat (limited to 'scripts/cli/test_interfaces_loopback.py')
-rwxr-xr-xscripts/cli/test_interfaces_loopback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cli/test_interfaces_loopback.py b/scripts/cli/test_interfaces_loopback.py
index ceb06aced..697c7cd99 100755
--- a/scripts/cli/test_interfaces_loopback.py
+++ b/scripts/cli/test_interfaces_loopback.py
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from base_interfaces_test import *
+from base_interfaces_test import BasicInterfaceTest
class LoopbackInterfaceTest(BasicInterfaceTest.BaseTest):
def setUp(self):