]> git.0d.be Git - jack_mixer.git/commitdiff
Remove shebang lines from Python plain modules
authorFrédéric Péters <fpeters@0d.be>
Mon, 14 Dec 2009 21:45:30 +0000 (22:45 +0100)
committerFrédéric Péters <fpeters@0d.be>
Mon, 14 Dec 2009 21:45:30 +0000 (22:45 +0100)
abspeak.py
channel.py
gui.py
meter.py
scale.py
slider.py

index 678652f35a4f08e0749002762d67d3daa7f34f0f..af76bf2cfbbcc38fde68bdc2e96ffe92e4a93ade 100644 (file)
@@ -1,9 +1,7 @@
-#!/usr/bin/env python
-#
 # This file is part of jack_mixer
 #
 # Copyright (C) 2006 Nedko Arnaudov <nedko@arnaudov.name>
-#  
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; version 2 of the License
index 44803f5449ff1d648d6041a1b8886819adfe55d5..a913335e12900d66ca61b72ddb74612051f20b80 100644 (file)
@@ -1,9 +1,7 @@
-#!/usr/bin/env python
-#
 # This file is part of jack_mixer
 #
 # Copyright (C) 2006 Nedko Arnaudov <nedko@arnaudov.name>
-#  
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; version 2 of the License
diff --git a/gui.py b/gui.py
index 2b86761cfe0d7a4db1e546367b4fa089826359ec..ee82920ce62e139dce41bb3282fe276e4a8ad447 100644 (file)
--- a/gui.py
+++ b/gui.py
@@ -1,9 +1,7 @@
-#!/usr/bin/env python
-#
 # This file is part of jack_mixer
 #
 # Copyright (C) 2006 Nedko Arnaudov <nedko@arnaudov.name>
-#  
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; version 2 of the License
index 14656fe74a9f3706dc14ca00dd4d5c00afcc46ba..59e1f75fc6ac70dfb8c3b8c9c4e878e77262cecf 100644 (file)
--- a/meter.py
+++ b/meter.py
@@ -1,7 +1,7 @@
 # This file is part of jack_mixer
 #
 # Copyright (C) 2006 Nedko Arnaudov <nedko@arnaudov.name>
-#  
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; version 2 of the License
index 939a0df13e5e19e8d12ac32b6b83ea4e524edfe3..f4139d67933659d3a4b0543c1ecc49adbb5795a8 100644 (file)
--- a/scale.py
+++ b/scale.py
@@ -1,7 +1,7 @@
 # This file is part of jack_mixer
 #
 # Copyright (C) 2006 Nedko Arnaudov <nedko@arnaudov.name>
-#  
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; version 2 of the License
index 8add568a6aae3fdf117b6ed46139ad5eba49634b..d6f38b822116b94d0886e55617657e9a9bbc0f1d 100644 (file)
--- a/slider.py
+++ b/slider.py
@@ -1,7 +1,7 @@
 # This file is part of jack_mixer
 #
 # Copyright (C) 2006 Nedko Arnaudov <nedko@arnaudov.name>
-#  
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; version 2 of the License