host-tools: use python2 explicitly for shebang
[platform/kernel/u-boot.git] / test / py / test.py
index 74e560a..4695079 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 # Copyright (c) 2015 Stephen Warren
 # Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.