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