bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.34k stars 1.46k forks source link

DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses #1251

Closed evandrix closed 2 years ago

evandrix commented 3 years ago

imp.new_module(name) types.ModuleType(name)

n1ngu commented 1 year ago

Duplicate for https://github.com/bottlepy/bottle/issues/1029