python: do not import print function in tests

This commit is contained in:
link2xt
2023-02-15 16:32:19 +00:00
parent 01653a881a
commit b3ecbbc8b3
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
from __future__ import print_function
import os.path
import shutil

View File

@@ -1,4 +1,3 @@
from __future__ import print_function
import os
import time