add from __future__ import print_function

python 2 vs 3 compatibility
This commit is contained in:
danielque
2023-08-10 15:47:46 +02:00
parent 8c53380765
commit e77a3e64b9
20 changed files with 28 additions and 20 deletions

View File

@ -10,7 +10,7 @@
# Imports and external programs
from __future__ import absolute_import
from __future__ import print_function, absolute_import
import sys, subprocess, re, glob, types
import functools
from os import popen