merge heads

This commit is contained in:
Georg Brandl 2012-03-25 20:38:15 +02:00
commit 09d71269e2
1 changed files with 0 additions and 2 deletions

View File

@ -2120,8 +2120,6 @@ FunctionTypes = (
type(create_autospec),
# instance method
type(ANY.__eq__),
# unbound method
type(_ANY.__eq__),
)