Add clarifying language to description of scanning for plugins
Clarify that the python import path is scanned to find packages and their metadata is examined, so that it is clear that the packages must be installed in a way that makes them both visible to the same python interpreter. Change-Id: I0fc58b3ccc024e209d7f49de7402de67d4437295
This commit is contained in:
parent
85838b856e
commit
d1d63f75b0
@ -155,6 +155,7 @@ However, the plugin is registered as part of the
|
||||
:language: python
|
||||
:lines: 36-40
|
||||
|
||||
When the plugin namespace is scanned, the entry point from the second
|
||||
When the plugin namespace is scanned, all packages on the current
|
||||
``PYTHONPATH`` are examined and the entry point from the second
|
||||
package is found and can be loaded without the application having to
|
||||
know where the plugin is actually installed.
|
||||
|
Loading…
Reference in New Issue
Block a user