Skip to content

Commit

Permalink
register decorator no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszotten committed Jun 17, 2012
1 parent f59ef4c commit e24d20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/plugins/index.rst
Expand Up @@ -38,7 +38,7 @@ if you want to pull the version using pkg_resources (which is what we recommend)
Inside of ``plugin.py``, you'll declare your Plugin class::

import sentry_pluginname
from sentry.plugins import Plugin, register
from sentry.plugins import Plugin

class PluginName(Plugin):
title = 'Plugin Name'
Expand Down

0 comments on commit e24d20b

Please sign in to comment.