Removed deprecated 'clock' import.

This commit is contained in:
Jed 2019-12-29 18:50:17 -05:00
parent 9572895da0
commit ef290366b0
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