mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[python] Updated comment
This commit is contained in:
parent
2577da8942
commit
0a7895e362
@ -133,7 +133,7 @@ hooks_module_exists(void)
|
||||
int found_hooks = 0;
|
||||
|
||||
/*
|
||||
* Use the find_module() function in Python's imp module to look for
|
||||
* Use the find_spec() function in Python's importlib.util module to look for
|
||||
* the hooks module in Python's search path. An ImportError exception
|
||||
* indicates that no such module was found; any other exception will
|
||||
* be reported as an error.
|
||||
|
Loading…
Reference in New Issue
Block a user