maxcutler / python-wordpress-xmlrpc

Python library for WordPress XML-RPC integration
http://python-wordpress-xmlrpc.rtfd.org
MIT License
380 stars 129 forks source link

Proper fix for module 'collections' has no attribute 'Iterable' #153

Open emsi opened 1 year ago

emsi commented 1 year ago

This PR provides a proper fix for the bug:

AttributeError: module 'collections' has no attribute 'Iterable'

It retains compatibility with older python version.