confluence-python-cli
confluence-python-cli copied to clipboard
Import problems
Sorry for creating a pull request! It's been a long day!
Using Python 3.x where the module "xmlrpclib" is used, Python 3.x comes pre-packaged with this already.
It is not called "xmlrpclib" anymore. It is now called "xmlrpc"
To avoid lengthy changes to code, I woulld suggest adding an advisory to users:
import xmlrpc as xmlrpclib