From d2794b27a851be91ec8f311725140c82e45a0d78 Mon Sep 17 00:00:00 2001
From: Khem Raj
Date: Tue, 26 Nov 2019 10:43:49 -0800
Subject: [PATCH] Ask for python3 specifically
python2 is on its way out
Signed-off-by: Khem Raj
---
scripts/MakeHeader.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/MakeHeader.py b/scripts/MakeHeader.py
index 349531b8e..3336dea76 100755
--- a/scripts/MakeHeader.py
+++ b/scripts/MakeHeader.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import os, sys, string, io
try:
from StringIO import StringIO