From: Jack Jansen Date: Tue, 19 Jun 2001 20:11:36 +0000 (+0000) Subject: An import MacOS was missing after the code-rearranging. Added. X-Git-Tag: v2.2a3~1511 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bdcadd61017176f58880871f08b82ad814d0327;p=thirdparty%2FPython%2Fcpython.git An import MacOS was missing after the code-rearranging. Added. --- diff --git a/Lib/profile.py b/Lib/profile.py index a6d56376c03c..5df1025ed0fb 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