]> granicus.if.org Git - python/commitdiff
unittest.mock: remove another piece of Python 2 specific code
authorMichael Foord <michael@voidspace.org.uk>
Sun, 25 Mar 2012 18:35:22 +0000 (19:35 +0100)
committerMichael Foord <michael@voidspace.org.uk>
Sun, 25 Mar 2012 18:35:22 +0000 (19:35 +0100)
Lib/unittest/mock.py

index 3cef550f9cf007b87cb78192d57558d809a8b2b5..d73bd5385f5fb9cc954d4c6961188d26ce357bb4 100644 (file)
@@ -2120,8 +2120,6 @@ FunctionTypes = (
     type(create_autospec),
     # instance method
     type(ANY.__eq__),
-    # unbound method
-    type(_ANY.__eq__),
 )