From a8a346c1a0dfc1583ee7f3ca0ad7a4ff64a6b688 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Sat, 19 Sep 2015 02:01:14 +0300 Subject: [PATCH] Invoke python version 2 explicitly for tools Because it doesn't work with python3. --- tools/pamusb-agent | 2 +- tools/pamusb-conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pamusb-agent b/tools/pamusb-agent index 2a29d75..ffb6b3d 100755 --- a/tools/pamusb-agent +++ b/tools/pamusb-agent @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright (c) 2003-2007 Andrea Luzzardi # diff --git a/tools/pamusb-conf b/tools/pamusb-conf index 03678fc..c253fb2 100755 --- a/tools/pamusb-conf +++ b/tools/pamusb-conf @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright (c) 2003-2007 Andrea Luzzardi #