summaryrefslogtreecommitdiff
path: root/examples/asyncio_socket_server.py
diff options
context:
space:
mode:
authorAndrew Dunai <andunai@gmail.com>2018-01-17 13:23:50 +0200
committerAndrew Dunai <andunai@gmail.com>2018-01-17 13:23:50 +0200
commitd63c8f942ce7c45b62f531ba919f246d6556496c (patch)
treebfb81e884f179c40c8f852572180afc056f2b9e4 /examples/asyncio_socket_server.py
parent56f80736c1f6f8ab35a94a4e1b4077d2ad78c0c4 (diff)
downloadurwid-hashbang-env.tar.gz
Proper hashbangs by douglas-larocca, closes #137hashbang-env
Diffstat (limited to 'examples/asyncio_socket_server.py')
-rw-r--r--examples/asyncio_socket_server.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/asyncio_socket_server.py b/examples/asyncio_socket_server.py
index 87592d3..31c9e81 100644
--- a/examples/asyncio_socket_server.py
+++ b/examples/asyncio_socket_server.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
"""Demo of using urwid with Python 3.4's asyncio.
This code works on older Python 3.x if you install `asyncio` from PyPI, and