kojivmd: import xmlrpc.server
The xmlrpc.server module is separate from the main xmlrpc module, and we must explicitly import it in order to use it in DaemonXMLRPCServer.
This commit is contained in:
parent
9f71d3ca4d
commit
4db109cbaf
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ import sys
|
|||
import threading
|
||||
import time
|
||||
import xmlrpc
|
||||
import xmlrpc.server
|
||||
from contextlib import closing
|
||||
from optparse import OptionParser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue