Commit 1df148aa authored by Alexander Alekhin's avatar Alexander Alekhin

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

parents b4759d72 ef290366
...@@ -26,7 +26,6 @@ import cv2 as cv ...@@ -26,7 +26,6 @@ import cv2 as cv
import video import video
from common import anorm2, draw_str from common import anorm2, draw_str
from time import clock
lk_params = dict( winSize = (15, 15), lk_params = dict( winSize = (15, 15),
maxLevel = 2, maxLevel = 2,
......
...@@ -39,9 +39,6 @@ import re ...@@ -39,9 +39,6 @@ import re
from numpy import pi, sin, cos from numpy import pi, sin, cos
# built-in modules
from time import clock
# local modules # local modules
from tst_scene_render import TestSceneRender from tst_scene_render import TestSceneRender
import common import common
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment