mirror of
https://github.com/opencv/opencv.git
synced 2026-09-26 04:09:43 +03:00
TS: fix Python v2/v3 compatibility (#12667) * TS: fix Python2.7 compatibility * TS: fix Python3 compatibility * py3: use integer division '/' => '//' instead of cast