From ea1ace8e1ead7374270f0b7c7bc9a1ea24b4dafa Mon Sep 17 00:00:00 2001
From: Mark Haines <mark.haines@matrix.org>
Date: Thu, 26 Feb 2015 17:10:43 +0000
Subject: [PATCH] Put the #! in the right place

---
 test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.py b/test.py
index f9fd667..336591c 100755
--- a/test.py
+++ b/test.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python
 # Copyright 2015 OpenMarket Ltd
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#! /usr/bin/python
 import subprocess
 import glob
 import os
-- 
GitLab