Commit 461773a4 authored by Jack Jansen's avatar Jack Jansen

An import MacOS was missing after the code-rearranging. Added.

parent 431b80ca
...@@ -90,6 +90,7 @@ def help(): ...@@ -90,6 +90,7 @@ def help():
if os.name == "mac": if os.name == "mac":
import MacOS
def _get_time_mac(timer=MacOS.GetTicks): def _get_time_mac(timer=MacOS.GetTicks):
return timer() / 60.0 return timer() / 60.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment