summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-06-19 20:11:36 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-06-19 20:11:36 (GMT)
commit1bdcadd61017176f58880871f08b82ad814d0327 (patch)
tree74ecec093e76e954d24550853076af645898abe0
parenta37171dd8632b80af5500939791e39a482efe4a3 (diff)
downloadcpython-1bdcadd61017176f58880871f08b82ad814d0327.zip
cpython-1bdcadd61017176f58880871f08b82ad814d0327.tar.gz
cpython-1bdcadd61017176f58880871f08b82ad814d0327.tar.bz2
An import MacOS was missing after the code-rearranging. Added.
-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