Merge pull request #16258 from jed-frey:patch/python38-clock

This commit is contained in:
Alexander Alekhin 2019-12-30 17:34:23 +00:00
commit 1df148aae9
2 changed files with 0 additions and 4 deletions

View File

@ -26,7 +26,6 @@ import cv2 as cv
import video
from common import anorm2, draw_str
from time import clock
lk_params = dict( winSize = (15, 15),
maxLevel = 2,

View File

@ -39,9 +39,6 @@ import re
from numpy import pi, sin, cos
# built-in modules
from time import clock
# local modules
from tst_scene_render import TestSceneRender
import common