merge heads

This commit is contained in:
Georg Brandl 2012-03-25 20:38:15 +02:00
commit 09d71269e2

View file

@ -2120,8 +2120,6 @@ def __init__(self, spec, spec_set=False, parent=None,
type(create_autospec),
# instance method
type(ANY.__eq__),
# unbound method
type(_ANY.__eq__),
)