mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-11 03:50:44 +01:00
Note plugin: Fix erroneous use of __contributors__.
Signed-off-by: James Vega <jamessan@users.sourceforge.net> (cherry picked from commit a693162059cd6c90634d8f6846d0168622fa558b)
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…
x
Reference in New Issue
Block a user