6 lines
138 B
Python
6 lines
138 B
Python
"""Test asyncio support"""
|
|
|
|
try:
|
|
from ._test_asyncio import TestAsyncIOSocket, TestAsyncioAuthentication
|
|
except SyntaxError:
|
|
pass
|