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