[Python-checkins] CVS: python/dist/src/Lib profile.py,1.28,1.29

Jack Jansen jackjansen@users.sourceforge.net
Tue, 19 Jun 2001 13:11:38 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv28657/Python/Lib

Modified Files:
	profile.py 
Log Message:
An import MacOS was missing after the code-rearranging. Added.

Index: profile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/profile.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** profile.py	2001/06/08 04:25:24	1.28
--- profile.py	2001/06/19 20:11:36	1.29
***************
*** 91,94 ****
--- 91,95 ----
  
  if os.name == "mac":
+     import MacOS
      def _get_time_mac(timer=MacOS.GetTicks):
          return timer() / 60.0