Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Update use of collections module to avoid deprecated idiom #111

Closed
wants to merge 1 commit into from

Commits on Feb 21, 2019

  1. Update use of collections module to avoid deprecated idiom

    The use of the "collections" module to access the abstract base classes
    has been deprecated in Python 3.7, and will be removed in Python 3.8.
    The new idiom is to access the ABCs in "collections.abc". Update the code
    throughout to use the new location.
    
    Signed-off-by: Hugo Mills <[email protected]>
    darkling committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    4ad7af5 View commit details
    Browse the repository at this point in the history