qpaeq: use python3 instead of python 2

The script was already compatible, so lets just switch interpreter
This commit is contained in:
Felipe Sateler 2019-10-25 08:39:03 -03:00
parent f3609ee3d0
commit 64b259c2c9

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# qpaeq is a equalizer interface for pulseaudio's equalizer sinks # qpaeq is a equalizer interface for pulseaudio's equalizer sinks
# Copyright (C) 2009 Jason Newton <nevion@gmail.com # Copyright (C) 2009 Jason Newton <nevion@gmail.com
# #