From 3d94f59766dbfa3230bcebc9233efe8dbf807b2e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 26 Feb 2020 18:28:49 +0100 Subject: interfaces: add missing unittest import --- scripts/cli/test_interfaces_loopback.py | 2 ++ 1 file changed, 2 insertions(+) (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 697c7cd99..4462f64fe 100755 --- a/scripts/cli/test_interfaces_loopback.py +++ b/scripts/cli/test_interfaces_loopback.py @@ -14,6 +14,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +import unittest + from base_interfaces_test import BasicInterfaceTest class LoopbackInterfaceTest(BasicInterfaceTest.BaseTest): -- cgit v1.2.3