tools: make tools python2 compatible

This allows the tools to be used for Python 2 and Python 3.
This commit is contained in:
Ayke van Laethem
2019-08-23 23:21:05 +02:00
committed by Ron Evans
parent 319d21e662
commit 7938740bf3
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
#!/usr/bin/env python
from __future__ import print_function
import sys
import os
+3 -1
View File
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
#!/usr/bin/env python
from __future__ import print_function
import sys
import os