From a1d2ae9a23c00914a5350537eff3d810fb9fc865 Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Thu, 10 Sep 2020 11:56:53 +0300 Subject: [PATCH] builder: Use Python 3 syntax for Python 3 tests --- builder/test/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/test/tests.py b/builder/test/tests.py index 9d92b92f..647550ad 100755 --- a/builder/test/tests.py +++ b/builder/test/tests.py @@ -28,4 +28,4 @@ import pigpio from espeak import espeak from pyzbar import pyzbar -print cv2.getBuildInformation() +print(cv2.getBuildInformation())