diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-08-03 02:17:41 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-08-03 02:17:41 (GMT) |
commit | 30e0beab6dc66ae2f2c393041476bae32b953ccb (patch) | |
tree | 6850f510a2e8823171c9aab31f78cefe2b8dc810 /Lib/test/test_sort.py | |
parent | aa7d24319ebf62d38463e798b99be1afad314db6 (diff) | |
download | cpython-30e0beab6dc66ae2f2c393041476bae32b953ccb.zip cpython-30e0beab6dc66ae2f2c393041476bae32b953ccb.tar.gz cpython-30e0beab6dc66ae2f2c393041476bae32b953ccb.tar.bz2 |
Remove cut 'n paste silliness.
Diffstat (limited to 'Lib/test/test_sort.py')
-rw-r--r-- | Lib/test/test_sort.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_sort.py b/Lib/test/test_sort.py index 1a069c2..9b31052 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 |