changeset 43053:9a3be115fb78

statprof: drop python #! and exec bit we don't use For some reason this wasn't flagged until I ran a reformatter on this file. I'm deeply confused by this, but since we don't execute this drop the support for it. Differential Revision: https://phab.mercurial-scm.org/D6985
author Augie Fackler <augie@google.com>
date Sat, 05 Oct 2019 13:28:48 -0400
parents 3b8a4587a456
children eddae0ed485d
files mercurial/statprof.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/statprof.py	Sat Oct 05 11:56:35 2019 -0400
+++ b/mercurial/statprof.py	Sat Oct 05 13:28:48 2019 -0400
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 ## statprof.py
 ## Copyright (C) 2012 Bryan O'Sullivan <bos@serpentine.com>
 ## Copyright (C) 2011 Alex Fraser <alex at phatcore dot com>