maloep/romcollectionbrowser

[matrix branch] time.clock deprecated since python3.3

Closed this issue · 1 comments

XayOn commented

time.clock has been deprecated since python3.3, current matrix branch uses it.

A recommended replacement is process_time() https://docs.python.org/3/library/time.html#time.process_time

Fixed with ef82f82