builder: Use Python 3 syntax for Python 3 tests

This commit is contained in:
Alexey Rogachevskiy
2020-09-10 11:56:53 +03:00
parent 9372386f6b
commit a1d2ae9a23

View File

@@ -28,4 +28,4 @@ import pigpio
from espeak import espeak
from pyzbar import pyzbar
print cv2.getBuildInformation()
print(cv2.getBuildInformation())