[master] Fix callable() check in unit test
callable() has been removed in Python 3, but was reintroduced in Python 3.2. This fix (check for isinstance(obj, collections.Callable) should make the test work with 3.1 and older versions of 3. (acked on jabber)
Please register or sign in to comment