RaymiiOrg / confluence-python-cli

A simple python script for interaction with a Atlassian Confluence Wiki
121 stars 57 forks source link

changing the import #25

Open Swiftkilla opened 6 years ago

Swiftkilla commented 6 years ago

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.