[Python-checkins] python/dist/src/Lib/test test_sort.py,1.1,1.2

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 02 Aug 2002 19:17:43 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv19566/lib/test

Modified Files:
	test_sort.py 
Log Message:
Remove cut 'n paste silliness.


Index: test_sort.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sort.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_sort.py	1 Aug 2002 02:23:06 -0000	1.1
--- test_sort.py	3 Aug 2002 02:17:41 -0000	1.2
***************
*** 60,65 ****
  
  class Stable(object):
-     maybe_complain = True
- 
      def __init__(self, key, i):
          self.key = key
--- 60,63 ----