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
-3
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