commit | cc01a9cd6ab1a2aea2d21a71502882af1add4346 | [log] [tgz] |
---|---|---|
author | Alexey Ivanov <rbtz@dropbox.com> | Wed Jan 16 09:50:46 2019 -0800 |
committer | Alexey Ivanov <rbtz@dropbox.com> | Wed Jan 16 09:52:40 2019 -0800 |
tree | 959bf1580dcf687ecbd3f0ed40e06bf36d591ed2 | |
parent | aaca976c580a9b904317efcc5584fc6040e046ff [diff] [blame] |
tools/examples: hardcode #!/usr/bin/python shebang
diff --git a/tools/lib/uflow.py b/tools/lib/uflow.py index 2bfe36b..63fab87 100755 --- a/tools/lib/uflow.py +++ b/tools/lib/uflow.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # @lint-avoid-python-3-compatibility-imports # # uflow Trace method execution flow in high-level languages.