Apply shell shebang for python files before the copyright
diff --git a/src/test/cli/__init__.py b/src/test/cli/__init__.py
old mode 100644
new mode 100755
index 2864a46..7efce3f
--- a/src/test/cli/__init__.py
+++ b/src/test/cli/__init__.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # 
 # Copyright 2016-present Ciena Corporation
 #
diff --git a/src/test/cli/ast.py b/src/test/cli/ast.py
old mode 100644
new mode 100755
index fd5dfdb..89ff492
--- a/src/test/cli/ast.py
+++ b/src/test/cli/ast.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 """
     ast
diff --git a/src/test/cli/clicommon.py b/src/test/cli/clicommon.py
old mode 100644
new mode 100755
index 66b1845..681a8e2
--- a/src/test/cli/clicommon.py
+++ b/src/test/cli/clicommon.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # 
 # Copyright 2016-present Ciena Corporation
 #
diff --git a/src/test/cli/clidriver.py b/src/test/cli/clidriver.py
old mode 100644
new mode 100755
index 8fe3a38..a769bf1
--- a/src/test/cli/clidriver.py
+++ b/src/test/cli/clidriver.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # 
 # Copyright 2016-present Ciena Corporation
 #
@@ -13,7 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-#!/usr/bin/env python
 """
 Created on 24-Oct-2012
 
diff --git a/src/test/cli/component.py b/src/test/cli/component.py
old mode 100644
new mode 100755
index a184aa5..268a82b
--- a/src/test/cli/component.py
+++ b/src/test/cli/component.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # 
 # Copyright 2016-present Ciena Corporation
 #
@@ -13,7 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-#!/usr/bin/env python
 """
 Created on 24-Oct-2012
 
diff --git a/src/test/cli/onosclidriver.py b/src/test/cli/onosclidriver.py
old mode 100644
new mode 100755
index 9cddd50..a86c5cf
--- a/src/test/cli/onosclidriver.py
+++ b/src/test/cli/onosclidriver.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # 
 # Copyright 2016-present Ciena Corporation
 #
@@ -13,7 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-#!/usr/bin/env python
 
 """
 This driver enters the onos> prompt to issue commands.
diff --git a/src/test/cli/utilities.py b/src/test/cli/utilities.py
old mode 100644
new mode 100755
index e2209a9..8abefe7
--- a/src/test/cli/utilities.py
+++ b/src/test/cli/utilities.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # 
 # Copyright 2016-present Ciena Corporation
 #
@@ -13,7 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-#!/usr/bin/env python
 '''
 Created on 23-Oct-2012