mailgun / expiringdict

Dictionary with auto-expiring values for caching purposes.
Apache License 2.0
347 stars 76 forks source link

Fix import error for Python 3.6+ #51

Closed wadcom closed 2 years ago

wadcom commented 2 years ago

Python 3.6+ raises ModuleNotFoundError instead of ImportError when unable to load a module.

https://stackoverflow.com/questions/52580105/exception-similar-to-modulenotfounderror-in-python-2-7