tests: fix utils import in netlink tests

MFC after:	2 weeks
This commit is contained in:
Alexander V. Chernikov 2023-04-02 10:17:37 +00:00
parent a32ed5ec05
commit 388420e613
2 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,8 @@ import socket
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):

View File

@ -5,8 +5,6 @@ from typing import Dict
from typing import List
from typing import NamedTuple
from atf_python.sys.netlink.attrs import NlAttr
class NlConst:
AF_NETLINK = 38