From 30e0beab6dc66ae2f2c393041476bae32b953ccb Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 3 Aug 2002 02:17:41 +0000 Subject: [PATCH] Remove cut 'n paste silliness. --- Lib/test/test_sort.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_sort.py b/Lib/test/test_sort.py index 1a069c2bcc..9b31052949 100644 --- a/Lib/test/test_sort.py +++ b/Lib/test/test_sort.py @@ -59,8 +59,6 @@ class Complains(object): return "Complains(%d)" % self.i class Stable(object): - maybe_complain = True - def __init__(self, key, i): self.key = key self.index = i -- 2.50.0