aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2013-05-15 16:14:11 +0200
committerChristian Stenger <christian.stenger@digia.com>2013-05-16 09:24:07 +0200
commitee9ec5a4d0cb8c5306d94c981386a9ed228cff74 (patch)
tree96039bd2616e89b94f6519591b70c6576b95de57
parent180b48003f68017cb4480db2e1193742ae017326 (diff)
Squish: Correct shebang locations
Change-Id: I5af2abaff10dc4095d6cf35350068ca08742b6ab Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Robert Loehning <robert.loehning@digia.com>
-rwxr-xr-xtests/system/tools/findUnusedObjects.py3
-rwxr-xr-xtests/system/tools/objectsToTable.py3
-rw-r--r--tests/system/tools/toolfunctions.py2
3 files changed, 2 insertions, 6 deletions
diff --git a/tests/system/tools/findUnusedObjects.py b/tests/system/tools/findUnusedObjects.py
index 18c644d4cb..ada182b9c9 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 82a046935d..b68896d68a 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 b3c43f6bda..a9814b9320 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