Ticket #5156 enhancement closed fixed
no ambiguous antecedents (plugins documentation edition)
| Reported by: | exarkun | Owned by: | exarkun |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | documentation |
| Cc: | Branch: | branches/ambiguous-antecedents-5156 | |
| Author: | indigo | Launchpad Bug: |
Description (last modified by exarkun) (diff)
In the "Alternate Plugin Packages" section of the plugin howto document, these sentences appear:
However, if you have developed an interface of your own, you may want to mandate that plugins for it are installed in your own plugins package, rather than in Twisted's. In this case, you probably also want to support yourproject/plugins/ directories for ease of development. To do so, you should make the __init__.py for that package contain at least the following lines.
Followed by a code snippet to put in said __init__.py. However, the phrasing of the last sentence, for that package, is ambiguous. It could refer to either yourproject or yourproject.plugins. It should be clarified that this documentation is referring to the __init__.py for yourproject.plugins, ie yourproject/plugins/__init__.py.

