summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/profile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/profile.py b/Lib/profile.py
index a6d5637..5df1025 100755
--- a/Lib/profile.py
+++ b/Lib/profile.py
@@ -90,6 +90,7 @@ def help():
if os.name == "mac":
+ import MacOS
def _get_time_mac(timer=MacOS.GetTicks):
return timer() / 60.0