Commit 30e0beab authored by Tim Peters's avatar Tim Peters

Remove cut 'n paste silliness.

parent aa7d2431
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment