Squish: Correct shebang locations

Change-Id: I5af2abaff10dc4095d6cf35350068ca08742b6ab
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Christian Stenger
2013-05-15 16:14:11 +02:00
parent 180b48003f
commit ee9ec5a4d0
3 changed files with 2 additions and 6 deletions

View File

@@ -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