cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Fix broken Python 2 build #453

Closed bessbd closed 4 years ago

bessbd commented 4 years ago

Checklist

Description

f2c1298 accidentally broke the build as collections.abc is only available in Python 3.x.

This commit adds a workaround that enables the import that works both on 2 and 3.

Approach

Schema & API Changes

"No change"

Security and Privacy

Testing

No new tests because the change is not semantic.

Monitoring and Logging

"No change"

bessbd commented 4 years ago

@ricellis , @emlaver : Thank you for the review! I'm about to merge this PR.