mbr / flask-nav

Easily create navigation for Flask applications.
http://pythonhosted.org/flask-nav/
MIT License
62 stars 37 forks source link

MutableMapping moved, update __init__.py #29

Open Rachelonline opened 1 year ago

Rachelonline commented 1 year ago

The attribute MutableMapping from the module collections got moved into collections.abc in python3.10.

If we don't make this update, users will see this error when they try to use this package: https://stackoverflow.com/questions/70943244/attributeerror-module-collections-has-no-attribute-mutablemapping.