mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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;
|
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
|
* the hooks module in Python's search path. An ImportError exception
|
||||||
* indicates that no such module was found; any other exception will
|
* indicates that no such module was found; any other exception will
|
||||||
* be reported as an error.
|
* be reported as an error.
|
||||||
|
Loading…
Reference in New Issue
Block a user