]> jfr.im git - irc/znc/znc.git/commit
Fix modpython to show list of available modules
authorAlexey Sokolov <redacted>
Wed, 25 Oct 2023 23:29:03 +0000 (00:29 +0100)
committerAlexey Sokolov <redacted>
Wed, 25 Oct 2023 23:36:12 +0000 (00:36 +0100)
commitaa5016657baa13d0d5045ddf33c937c671ba3f37
treee8eeeb957d305feba7b2b15ab993f22feb579a21
parentbf5805d9a93e4ca020556fddebeb46e1ff790f72
Fix modpython to show list of available modules

In 1.8.0 I switched from deprecated imp to importlib for loading module
by name, but forgot about this function

Close #1884
modules/modpython.cpp
modules/modpython/znc.py
test/integration/tests/scripting.cpp