mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-28 05:40:23 -04:00
hwmixvolume: switch the shebang to python
This signifies that this code is now compatible with both Python 2 and Python 3, as per PEP-0394[1]. [1] https://www.python.org/dev/peps/pep-0394/ Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
213b28a5aa
commit
fb043847de
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2
|
||||
#!/usr/bin/env python
|
||||
|
||||
# hwmixvolume - ALSA hardware mixer volume control applet
|
||||
# Copyright (c) 2009-2010 Clemens Ladisch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue