diff options
Diffstat (limited to 'scripts/cli/test_interfaces_dummy.py')
-rwxr-xr-x | scripts/cli/test_interfaces_dummy.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cli/test_interfaces_dummy.py b/scripts/cli/test_interfaces_dummy.py index 21d0a5cf8..01942fc89 100755 --- a/scripts/cli/test_interfaces_dummy.py +++ b/scripts/cli/test_interfaces_dummy.py @@ -14,6 +14,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +import unittest + from base_interfaces_test import BasicInterfaceTest class DummyInterfaceTest(BasicInterfaceTest.BaseTest): |