Commit 1c8dd7bf authored by Stefan Behnel's avatar Stefan Behnel

Py3 test fix

parent 46c39e2b
...@@ -466,7 +466,7 @@ def g1769(): ...@@ -466,7 +466,7 @@ def g1769():
return g1767 return g1767
f_1299 = g1768() f_1299 = g1768()
def g1766(): def g1766():
return callable(f_1299) return hasattr(f_1299, '__call__')
if (g1766()): if (g1766()):
return True return True
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment