Blob Blame History Raw
diff -up ./cmake/interrogate_setup_dot_py.py.scripts ./cmake/interrogate_setup_dot_py.py
--- ./cmake/interrogate_setup_dot_py.py.scripts	2012-06-13 18:08:58.000000000 -0400
+++ ./cmake/interrogate_setup_dot_py.py	2013-03-27 21:43:36.785296891 -0400
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 from __future__ import print_function
 import pprint, sys, os
 
diff -up ./cmake/templates/update_project_index.py.in.scripts ./cmake/templates/update_project_index.py.in
--- ./cmake/templates/update_project_index.py.in.scripts	2013-03-27 21:45:04.669881525 -0400
+++ ./cmake/templates/update_project_index.py.in	2013-03-27 21:45:16.774399314 -0400
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 import sys, yaml
 
 pkgfile = "@CMAKE_BINARY_DIR@/packages.yaml"