tests: fix utils import in netlink tests
MFC after: 2 weeks
This commit is contained in:
parent
a32ed5ec05
commit
388420e613
@ -2,8 +2,8 @@
|
||||
import struct
|
||||
from enum import Enum
|
||||
|
||||
from atf_python.sys.net.netlink.utils import align4
|
||||
from atf_python.sys.net.netlink.utils import enum_or_int
|
||||
from atf_python.sys.netlink.utils import align4
|
||||
from atf_python.sys.netlink.utils import enum_or_int
|
||||
|
||||
|
||||
class NlAttr(object):
|
||||
|
@ -5,8 +5,6 @@
|
||||
from typing import List
|
||||
from typing import NamedTuple
|
||||
|
||||
from atf_python.sys.netlink.attrs import NlAttr
|
||||
|
||||
|
||||
class NlConst:
|
||||
AF_NETLINK = 38
|
||||
|
Loading…
Reference in New Issue
Block a user