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