python/asyncio

remove import asyncio.test_utils from examples

denisra opened this issue · 1 comments

This is a continuation of issue #464

Remove import asyncio.test_utils completely. This is an internal module, and has nothing to do with examples (which historically were just experiments with asyncio, while asyncio was in active development).

@1st1 please let me know if this is not what you were looking for.