Skip to content
  • Jelte Jansen's avatar
    [master] Fix callable() check in unit test · 3b408810
    Jelte Jansen authored
    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)
    3b408810