update uds_async
This commit is contained in:
parent
5c4e103ecd
commit
d5bb1e8080
|
|
@ -13,14 +13,9 @@ try:
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"UdsClient",
|
"UdsClient",
|
||||||
"UdsServer",
|
"UdsServer",
|
||||||
"UdsRequest",
|
|
||||||
"UdsResponse",
|
|
||||||
"UdsPositiveResponse",
|
|
||||||
"UdsNegativeResponse",
|
|
||||||
"ResponseCode",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# если types.py нет или переименован — хотя бы клиент и сервер доступны
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"UdsClient",
|
"UdsClient",
|
||||||
"UdsServer",
|
"UdsServer",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue