summaryrefslogtreecommitdiff
path: root/asynciotest.py
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-04-12 13:13:18 +0300
committerYuval Adam <_@yuv.al>2018-04-12 13:13:18 +0300
commit85b9d43dda8404f2a13be60e04e1edb6618a09a9 (patch)
tree446cd2fd2edc8a3752a19c744414146e106e0479 /asynciotest.py
parent476dd7446c84d39c47f10773571babc70916dd79 (diff)
Cleanup
Diffstat (limited to 'asynciotest.py')
-rw-r--r--asynciotest.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/asynciotest.py b/asynciotest.py
deleted file mode 100644
index f588a22..0000000
--- a/asynciotest.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import asyncio
-
-async def echo():
- pass
-
-if __name__ == '__main__':
- loop = asyncio.get_event_loop()
- loop.run_forever(echo())