bottlepy / bottle

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

Depreciation of imp module #1203

Closed martinlehoux closed 4 years ago

martinlehoux commented 4 years ago

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

Maybe switch to importlib as explained ?

Stackoverflow thread imp doc types doc

Tested with types.Module(name), it seems to work.