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

changing the import

Open Swiftkilla opened this issue 7 years ago • 0 comments

Hi,

For people using python 3.x it may be worth noting that the xmlrpclib module, is not called xmlrpclib anymore. This causes very little disruption to your API wrapper as all of the functions remained the same. I found that import xmlrpc as xmlrpclib works just fine.

Swiftkilla avatar Mar 29 '18 14:03 Swiftkilla