Return correct GSource callback return value

master
Dan Williams 18 years ago
parent f2161d533b
commit 46a6122d26

@ -185,6 +185,7 @@ class GlibXMLRPCTransport(xmlrpclib.Transport):
if len(response) == 1:
response = response[0]
gobject.idle_add(request_cb, RESULT_SUCCESS, response, user_data)
return False
class _Method:
"""Right, so python people thought it would be funny to make this

Loading…
Cancel
Save