Skip to content

Commit

Permalink
Let XML-RPC ServerDispatcher inherit object for Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Jun 19, 2018
1 parent 876b165 commit 594ca2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pelix/rsa/providers/distribution/xmlrpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
ECF_XMLRPC_HOSTNAME_PROP = "hostname"

# ------------------------------------------------------------------------------
class ServerDispatcher(SimpleXMLRPCDispatcher):


class ServerDispatcher(SimpleXMLRPCDispatcher, object):
"""ServerDispatcher (subclass of SimpleXMLRPCDispatcher)
uses ECF remote service id to identify the service
for method invocation requests. See do_POST and _dispatch
Expand Down

0 comments on commit 594ca2b

Please sign in to comment.