]> granicus.if.org Git - libevent/commitdiff
Use python2 rather than python
authorRoss Lagerwall <rosslagerwall@gmail.com>
Tue, 23 Oct 2012 12:30:58 +0000 (13:30 +0100)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Tue, 23 Oct 2012 12:30:58 +0000 (13:30 +0100)
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

index e051aa9d4e2c347f51ae530447c058e453a84824..dead34c21cf9ad35895bf2fdd12c2f62a88ae6a7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 #
 # Copyright (c) 2005-2007 Niels Provos <provos@citi.umich.edu>
 # Copyright (c) 2007-2012 Niels Provos and Nick Mathewson