confluence-python-cli icon indicating copy to clipboard operation
confluence-python-cli copied to clipboard

Import problems

Open Swiftkilla opened this issue 6 years ago • 0 comments

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

Swiftkilla avatar Mar 29 '18 14:03 Swiftkilla