From e5acf008785066e2266a913703abb7b9f5e99286 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 26 Feb 2020 07:38:13 +0100 Subject: interfaces: replace wildcard import with dedicated import --- scripts/cli/test_interfaces_loopback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cli/test_interfaces_loopback.py') 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 . -from base_interfaces_test import * +from base_interfaces_test import BasicInterfaceTest class LoopbackInterfaceTest(BasicInterfaceTest.BaseTest): def setUp(self): -- cgit v1.2.3