aegirhall / console-menu

A simple Python menu system for building terminal user interfaces.
MIT License
365 stars 58 forks source link

Drop/replace `ansiwrap` dependency; the module is deprecated #91

Open RandomNiiChan opened 1 year ago

RandomNiiChan commented 1 year ago

When running pytest, the following error shows up:

.../.venv/lib/python3.8/site-packages/ansiwrap/core.py:6: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp

A similiar issue can be found here.