From 64b259c2c93e69a06c894d5cd0ef39cb95efbcdb Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Fri, 25 Oct 2019 08:39:03 -0300 Subject: [PATCH] qpaeq: use python3 instead of python 2 The script was already compatible, so lets just switch interpreter --- src/utils/qpaeq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/qpaeq b/src/utils/qpaeq index 914aedf31..7e01d873f 100755 --- a/src/utils/qpaeq +++ b/src/utils/qpaeq @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # qpaeq is a equalizer interface for pulseaudio's equalizer sinks # Copyright (C) 2009 Jason Newton