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:
Doug Hellmann 2015-09-24 21:12:38 +00:00
parent 85838b856e
commit d1d63f75b0

View File

@ -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.