Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python 3.7 deprecation warnings #79

Commits on Nov 1, 2018

  1. Fix Python 3.7 deprecation warnings

    Importing ABCs directly from the `collections` module is deprecated
    in Python 3.7.
    elprans committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    c088f7c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    4861d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03bd990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d05b227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    625ed30 View commit details
    Browse the repository at this point in the history