NodeDataLookup utility should rely on python env

This change ensures that if there are several versions
of Python installed, the interpreter used is the first
one on the environment's $PATH.

Change-Id: I48eec3d22e5a2a018554c6864efd52e4ab3c87ce
Related-Bug: #1854214
(cherry picked from commit a67981d1e8)
This commit is contained in:
Francesco Pantano 2020-02-19 18:57:43 +01:00 committed by John Fulton
parent 24fa893673
commit eb31a0fa53
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at