Opened 11 years ago
Closed 8 years ago
#822 closed defect (fixed)
Plugin Writer’s Guide v.0.6.1 error
Reported by: | gts | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | documentation | Keywords: | plugin, documentation, import |
Cc: | Parent Tickets: |
Description
In http://mediagoblin.readthedocs.org/en/v0.6.1/pluginwriter/quickstart.html#step-5-the-code the second line should read
from mediagoblin.tools.pluginapi import PluginManager, get_config
instead of
from mediagoblin.tools.pluginapi import Plugin, get_config
which will lead to a
ImportError: cannot import name Plugin
Attachments (1)
Change History (4)
comment:1 by , 11 years ago
Summary: | Plugin Writer’s Guide error → Plugin Writer’s Guide v.0.6.1 error |
---|
by , 9 years ago
Attachment: | 0001-Fix-822-doc-typo-s-Plugin-PluginManager.patch added |
---|
comment:2 by , 9 years ago
Status: | new → review |
---|
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | review → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in d5421cc, thank you!