Commit 0446469c authored by Stefan Behnel's avatar Stefan Behnel

test cleanup

--HG--
extra : rebase_source : 596a7e2da6b8270c21bede4d6a2639ad99b90c42
parent 9997c988
......@@ -82,12 +82,3 @@ def class_not_in_closure():
return 1
return ClosureClass0()
class ODict(dict):
def __init__(self):
dict.__init__(self)
self._order = []
dict.__setitem__(self, '_order', self._order)
def __setitem__(self, key, value):
dict.__setitem__(self, key, value)
self._order.append(key)
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