Skip to content

Commit 61bfc2d

Browse files
committed
pystone: Use "utime" module to allow run without dependencies.
1 parent 316076f commit 61bfc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystone/pystone.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
LOOPS = 50000
4343

44-
from time import clock
44+
from utime import clock
4545

4646
__version__ = "1.2"
4747

0 commit comments

Comments
 (0)