From 1bdcadd61017176f58880871f08b82ad814d0327 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 19 Jun 2001 20:11:36 +0000 Subject: An import MacOS was missing after the code-rearranging. Added. --- Lib/profile.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12