]> granicus.if.org Git - libevent/commit
Use python2 rather than python
authorRoss Lagerwall <rosslagerwall@gmail.com>
Tue, 23 Oct 2012 12:26:44 +0000 (13:26 +0100)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Tue, 23 Oct 2012 12:26:44 +0000 (13:26 +0100)
commit4b5f32a59e125cbfcb69ca5e57e48634822a800c
tree935f28e7c8b575f26c71a294911758f0261bee19
parent8827dbc3e9f0135d4c88a8ed803c7cabe16f94b8
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.
event_rpcgen.py
make_epoll_table.py
test/check-dumpevents.py
test/test.sh