Put the #! in the right place

logging_enabled
Mark Haines 2015-02-26 17:10:43 +00:00
parent be70fb986e
commit ea1ace8e1e
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#! /usr/bin/python
# Copyright 2015 OpenMarket Ltd # Copyright 2015 OpenMarket Ltd
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
@ -12,7 +13,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#! /usr/bin/python
import subprocess import subprocess
import glob import glob
import os import os