mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-06 01:24:05 +01:00
Note plugin: Fix erroneous use of __contributors__.
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
(cherry picked from commit a693162059
)
This commit is contained in:
parent
6bebc383b4
commit
4cc8fdecdc
@ -43,7 +43,7 @@ __author__ = supybot.authors.jemfinch
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
__contributors__ = {'inkedmn': ['Original implementation.']}
|
||||
__contributors__ = { supybot.authors.inkedmn: ['Original implementation.'] }
|
||||
|
||||
import config
|
||||
import plugin
|
||||
|
Loading…
Reference in New Issue
Block a user