diff options
author | Georg Brandl <georg@python.org> | 2012-03-25 20:38:15 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-25 20:38:15 +0200 |
commit | 09d71269e2b60a87bdd7d24f79f0ebcd78cadaa3 (patch) | |
tree | d75ee046b69664357c3ff92f5be0b8cb98d38e30 /Lib/unittest/mock.py | |
parent | 288b9bf1ea3ed68b3238fb2f2d579370ffdb634b (diff) | |
parent | fb5d0a78cfa39472aab8c9d81ec299a6eb351869 (diff) | |
download | cpython-git-09d71269e2b60a87bdd7d24f79f0ebcd78cadaa3.tar.gz |
merge heads
Diffstat (limited to 'Lib/unittest/mock.py')
-rw-r--r-- | Lib/unittest/mock.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/unittest/mock.py b/Lib/unittest/mock.py index 3cef550f9c..d73bd5385f 100644 --- a/Lib/unittest/mock.py +++ b/Lib/unittest/mock.py @@ -2120,8 +2120,6 @@ FunctionTypes = ( type(create_autospec), # instance method type(ANY.__eq__), - # unbound method - type(_ANY.__eq__), ) |