diff options
Diffstat (limited to 'test/vpp_interface.py')
-rw-r--r-- | test/vpp_interface.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/vpp_interface.py b/test/vpp_interface.py index 024aeb5f8a3..78865108085 100644 --- a/test/vpp_interface.py +++ b/test/vpp_interface.py @@ -1,6 +1,8 @@ from abc import abstractmethod, ABCMeta import socket +from util import Host + class VppInterface(object): """Generic VPP interface.""" |