diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-29 12:06:13 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-29 12:06:13 +0200 |
commit | 0fb681ea5065bbdba792e04d46e02be088e95ed6 (patch) | |
tree | cfb3178a4b6661d3fdd34b88bd259e041d984b47 /Tools/scripts/analyze_dxp.py | |
parent | 299172bdbaaf767cbe4eb1ae425c6cfc9173f953 (diff) | |
download | cpython-git-0fb681ea5065bbdba792e04d46e02be088e95ed6.tar.gz |
Fix missing or shebangs and executable bits for scripts (#10318)
Diffstat (limited to 'Tools/scripts/analyze_dxp.py')
-rwxr-xr-x[-rw-r--r--] | Tools/scripts/analyze_dxp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/analyze_dxp.py b/Tools/scripts/analyze_dxp.py index bde931e750..1224383e2d 100644..100755 --- a/Tools/scripts/analyze_dxp.py +++ b/Tools/scripts/analyze_dxp.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """ Some helper functions to analyze the output of sys.getdxp() (which is only available if Python was built with -DDYNAMIC_EXECUTION_PROFILE). |