Skip to content

Commit a728368

Browse files
committed
asyncio_micro: Rename from asyncio.
As this is not compliant with asyncio API, can't be called asyncio, and "micro" is just good moniker for what it's intended to be.
1 parent 6347de1 commit a728368

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

asyncio/test_call_soon.py renamed to asyncio_micro/test_call_soon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import asyncio
1+
import asyncio_micro as asyncio
22
import time
33

44

asyncio/test_http_client.py renamed to asyncio_micro/test_http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import asyncio
1+
import asyncio_micro as asyncio
22

33
@asyncio.coroutine
44
def print_http_headers(url):

0 commit comments

Comments
 (0)