The xmlrpc.server module is separate from the main xmlrpc module, and we must explicitly import it in order to use it in DaemonXMLRPCServer.
xmlrpc.server
xmlrpc
DaemonXMLRPCServer
Metadata Update from @tkopecek: - Pull-request tagged with: no_qe
:thumbsup:
Commit bc3aa421 fixes this pull-request
Pull-Request has been merged by tkopecek
The
xmlrpc.servermodule is separate from the mainxmlrpcmodule, and we must explicitly import it in order to use it inDaemonXMLRPCServer.