blob: 4d11bfb4a6b4edb2ca5e70a16bc82c84a4f9e084 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- 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
|