diff options
author | Serge Guelton <sguelton@quarkslab.com> | 2019-01-03 14:27:05 +0000 |
---|---|---|
committer | Serge Guelton <sguelton@quarkslab.com> | 2019-01-03 14:27:05 +0000 |
commit | 9dd02c6c7dacc85162f5264445cd2ac6dcf2fa34 (patch) | |
tree | ae1000897eba5e7986fb105e7e5989dadcb97c4a /clang/utils/check_cfc/obj_diff.py | |
parent | f886c03e47092d1fad1998df0ddfcffa9e8c3d48 (diff) | |
download | bcm5719-llvm-9dd02c6c7dacc85162f5264445cd2ac6dcf2fa34.tar.gz bcm5719-llvm-9dd02c6c7dacc85162f5264445cd2ac6dcf2fa34.zip |
Portable Python script across Python version
Get rid of Python version specific shebang.
Differential Revision: https://reviews.llvm.org/D55207
llvm-svn: 350319
Diffstat (limited to 'clang/utils/check_cfc/obj_diff.py')
-rwxr-xr-x | clang/utils/check_cfc/obj_diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/check_cfc/obj_diff.py b/clang/utils/check_cfc/obj_diff.py index 1302834432a..a0951c5bcde 100755 --- a/clang/utils/check_cfc/obj_diff.py +++ b/clang/utils/check_cfc/obj_diff.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python from __future__ import absolute_import, division, print_function |