From ee9ec5a4d0cb8c5306d94c981386a9ed228cff74 Mon Sep 17 00:00:00 2001
From: Christian Stenger <christian.stenger@digia.com>
Date: Wed, 15 May 2013 16:14:11 +0200
Subject: [PATCH] Squish: Correct shebang locations

Change-Id: I5af2abaff10dc4095d6cf35350068ca08742b6ab
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
---
 tests/system/tools/findUnusedObjects.py | 3 +--
 tests/system/tools/objectsToTable.py    | 3 +--
 tests/system/tools/toolfunctions.py     | 2 --
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/tests/system/tools/findUnusedObjects.py b/tests/system/tools/findUnusedObjects.py
index 18c644d4cb4..ada182b9c90 100755
--- a/tests/system/tools/findUnusedObjects.py
+++ b/tests/system/tools/findUnusedObjects.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #############################################################################
 ##
 ## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
@@ -27,8 +28,6 @@
 ##
 #############################################################################
 
-#!/usr/bin/env python
-
 import os
 import sys
 import tokenize
diff --git a/tests/system/tools/objectsToTable.py b/tests/system/tools/objectsToTable.py
index 82a046935d8..b68896d68a6 100755
--- a/tests/system/tools/objectsToTable.py
+++ b/tests/system/tools/objectsToTable.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #############################################################################
 ##
 ## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
@@ -27,8 +28,6 @@
 ##
 #############################################################################
 
-#!/usr/bin/env python
-
 import os
 import sys
 from optparse import OptionParser
diff --git a/tests/system/tools/toolfunctions.py b/tests/system/tools/toolfunctions.py
index b3c43f6bda5..a9814b9320b 100644
--- a/tests/system/tools/toolfunctions.py
+++ b/tests/system/tools/toolfunctions.py
@@ -27,8 +27,6 @@
 ##
 #############################################################################
 
-#!/usr/bin/env python
-
 import os
 import sys
 
-- 
GitLab