Opened 10 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)

0001-Fix-822-doc-typo-s-Plugin-PluginManager.patch (907 bytes ) - added by Loic Dachary 8 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by gts, 10 years ago

Summary: Plugin Writer’s Guide errorPlugin Writer’s Guide v.0.6.1 error

comment:2 by Loic Dachary, 8 years ago

Status: newreview

comment:3 by Boris Bobrov, 8 years ago

Resolution: fixed
Status: reviewclosed

Fixed in d5421cc, thank you!

Note: See TracTickets for help on using tickets.