Skip to content

Commit 56dd0f9

Browse files
committed
uasyncio: Rename examples as such.
1 parent 3e37bdd commit 56dd0f9

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
File renamed without changes.

uasyncio/test_http_server.py renamed to uasyncio/example_http_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def serve(reader, writer):
1515
#logging.basicConfig(level=logging.INFO)
1616
logging.basicConfig(level=logging.DEBUG)
1717
loop = asyncio.get_event_loop()
18-
mem_info()
1918
loop.call_soon(asyncio.start_server(serve, "127.0.0.1", 8081))
2019
loop.run_forever()
2120
loop.close()

0 commit comments

Comments
 (0)