summaryrefslogtreecommitdiffstats
path: root/test/vpp_pppoe_interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpp_pppoe_interface.py')
-rw-r--r--test/vpp_pppoe_interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpp_pppoe_interface.py b/test/vpp_pppoe_interface.py
index 507d8251442..28d8a714972 100644
--- a/test/vpp_pppoe_interface.py
+++ b/test/vpp_pppoe_interface.py
@@ -1,7 +1,7 @@
from vpp_interface import VppInterface
import socket
-from util import mactobinary
+from vpp_mac import mactobinary
class VppPppoeInterface(VppInterface):