From 3e37bdda56b897843175c8b1b6cfe4540c498c6e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 4 Jan 2017 17:31:47 +0300 Subject: [PATCH] uasyncio: Move test_call_soon.py to uasyncio.core, as it needs only it. Also, rename as example. --- .../test_call_soon.py => uasyncio.core/example_call_soon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename uasyncio/test_call_soon.py => uasyncio.core/example_call_soon.py (83%) diff --git a/uasyncio/test_call_soon.py b/uasyncio.core/example_call_soon.py similarity index 83% rename from uasyncio/test_call_soon.py rename to uasyncio.core/example_call_soon.py index 99ccfefb..f58fdbd2 100644 --- a/uasyncio/test_call_soon.py +++ b/uasyncio.core/example_call_soon.py @@ -1,4 +1,4 @@ -import uasyncio as asyncio +import uasyncio.core as asyncio import time