mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
An import MacOS was missing after the code-rearranging. Added.
This commit is contained in:
parent
a37171dd86
commit
1bdcadd610
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ def help():
|
|||
|
||||
|
||||
if os.name == "mac":
|
||||
import MacOS
|
||||
def _get_time_mac(timer=MacOS.GetTicks):
|
||||
return timer() / 60.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue