diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2001-06-19 20:11:36 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-06-19 20:11:36 (GMT) |
| commit | 1bdcadd61017176f58880871f08b82ad814d0327 (patch) | |
| tree | 74ecec093e76e954d24550853076af645898abe0 /Lib/profile.py | |
| parent | a37171dd8632b80af5500939791e39a482efe4a3 (diff) | |
| download | cpython-1bdcadd61017176f58880871f08b82ad814d0327.zip cpython-1bdcadd61017176f58880871f08b82ad814d0327.tar.gz cpython-1bdcadd61017176f58880871f08b82ad814d0327.tar.bz2 | |
An import MacOS was missing after the code-rearranging. Added.
Diffstat (limited to 'Lib/profile.py')
| -rwxr-xr-x | Lib/profile.py | 1 |
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 |
