From 7a566260e6b324f40a58f4f4967718a2d95a4d8c Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 14 Mar 2012 20:44:07 -0600 Subject: Remove python shebangs. - Not all systems have /usr/bin/python - On those that do, it is not always python 2 - These files aren't marked executable anyway Just use "python whatever.py" via shell instead. hg-commit-id: 09184f4c838d --- extras/add_map_labels_to_map_headers.py | 1 - 1 file changed, 1 deletion(-) (limited to 'extras/add_map_labels_to_map_headers.py') diff --git a/extras/add_map_labels_to_map_headers.py b/extras/add_map_labels_to_map_headers.py index 61657e9e..89e6f361 100644 --- a/extras/add_map_labels_to_map_headers.py +++ b/extras/add_map_labels_to_map_headers.py @@ -1,4 +1,3 @@ -#!/usr/bin/python #author: Bryan Bishop #date: 2011-01-04 #purpose: insert labels into map headers -- cgit v1.2.3