From 0eb01099da7ddd40c5bd98b45c048e54377f3e45 Mon Sep 17 00:00:00 2001 From: Ross Lagerwall Date: Tue, 23 Oct 2012 13:30:58 +0100 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event_rpcgen.py b/event_rpcgen.py index e051aa9d..dead34c2 100755 --- a/event_rpcgen.py +++ b/event_rpcgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright (c) 2005-2007 Niels Provos # Copyright (c) 2007-2012 Niels Provos and Nick Mathewson -- 2.50.1