[Python-checkins] python/dist/src/Lib profile.py,1.49,1.50

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Wed Oct 22 13:22:21 EDT 2003


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv19386

Modified Files:
	profile.py 
Log Message:
Remove unneeded import.


Index: profile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/profile.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** profile.py	22 Oct 2003 16:49:01 -0000	1.49
--- profile.py	22 Oct 2003 17:22:18 -0000	1.50
***************
*** 184,188 ****
                  # the timer() result contains two values in all
                  # cases.
-                 import operator
                  def get_time_timer(timer=timer, sum=sum):
                      return sum(timer())
--- 184,187 ----





More information about the Python-checkins mailing list