From: Tim Peters Date: Sat, 3 Aug 2002 02:17:41 +0000 (+0000) Subject: Remove cut 'n paste silliness. X-Git-Tag: v2.3c1~4752 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30e0beab6dc66ae2f2c393041476bae32b953ccb;p=thirdparty%2FPython%2Fcpython.git Remove cut 'n paste silliness. --- diff --git a/Lib/test/test_sort.py b/Lib/test/test_sort.py index 1a069c2bcc0b..9b31052949ff 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