summaryrefslogtreecommitdiff
path: root/asynciotest.py
diff options
context:
space:
mode:
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())