summaryrefslogtreecommitdiff
path: root/make_epoll_table.py
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2012-10-23 13:26:44 +0100
committerRoss Lagerwall <rosslagerwall@gmail.com>2012-10-23 13:26:44 +0100
commit4b5f32a59e125cbfcb69ca5e57e48634822a800c (patch)
tree935f28e7c8b575f26c71a294911758f0261bee19 /make_epoll_table.py
parent8827dbc3e9f0135d4c88a8ed803c7cabe16f94b8 (diff)
downloadlibevent-4b5f32a59e125cbfcb69ca5e57e48634822a800c.tar.gz
Use python2 rather than python
python may refer to either python2 or python3 so rather by explicit by using python2. See PEP 394 - http://www.python.org/dev/peps/pep-0394/ for more details.
Diffstat (limited to 'make_epoll_table.py')
-rwxr-xr-xmake_epoll_table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_epoll_table.py b/make_epoll_table.py
index e77191c8..37d6df1e 100755
--- a/make_epoll_table.py
+++ b/make_epoll_table.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
def get(old,wc,rc):
if ('xxx' in (rc, wc)):