docs: Make the Python scripts Python 2&3 compatible

This commit is contained in:
Roland Dobai
2018-09-07 13:46:50 +02:00
parent 27d1b04500
commit f5a642840a
6 changed files with 48 additions and 29 deletions
+2
View File
@@ -14,6 +14,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
from __future__ import print_function
from __future__ import unicode_literals
import sys, os
import re
import subprocess