diff options
| author | Yuval Adam <_@yuv.al> | 2018-04-12 13:13:18 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-04-12 13:13:18 +0300 |
| commit | 85b9d43dda8404f2a13be60e04e1edb6618a09a9 (patch) | |
| tree | 446cd2fd2edc8a3752a19c744414146e106e0479 /asynciotest.py | |
| parent | 476dd7446c84d39c47f10773571babc70916dd79 (diff) | |
Cleanup
Diffstat (limited to 'asynciotest.py')
| -rw-r--r-- | asynciotest.py | 8 |
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()) |
