configs: remove interpreter

Remove /usr/bin/python as these are not runnable scripts.

Change-Id: I2b84748a17be45e99dcbe2d82932c96015b569ce
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index cf3e27c..e9ff476 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -1,5 +1,3 @@
-#! /usr/bin/python
-
 HOME_PATH = './'
 GPIO_BASE = 320
 SYSTEM_NAME = "Barreleye"
diff --git a/configs/Firestone.py b/configs/Firestone.py
index d648397..3d282c8 100644
--- a/configs/Firestone.py
+++ b/configs/Firestone.py
@@ -1,5 +1,3 @@
-#! /usr/bin/python
-
 HOME_PATH = './'
 GPIO_BASE = 320
 SYSTEM_NAME = "Firestone"
diff --git a/configs/Garrison.py b/configs/Garrison.py
index 85ef159..05d32da 100644
--- a/configs/Garrison.py
+++ b/configs/Garrison.py
@@ -1,5 +1,3 @@
-#! /usr/bin/python
-
 HOME_PATH = './'
 GPIO_BASE = 320
 SYSTEM_NAME = "Garrison"
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index 0c8ca46..70320d6 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -1,5 +1,3 @@
-#! /usr/bin/python
-
 HOME_PATH = './'
 GPIO_BASE = 320
 SYSTEM_NAME = "Palmetto"
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index 468d157..ea1e3b4 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -1,5 +1,3 @@
-#! /usr/bin/python
-
 HOME_PATH = './'
 GPIO_BASE = 320
 SYSTEM_NAME = "Witherspoon"