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