I18nPlaceholder: Fix typo.

master
Valentin Lorentz 2012-06-13 17:00:15 +02:00
parent a03bcb1b19
commit f6774c69bc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class I18nPlaceholder(callbacks.Plugin):
def __init__(self, *args, **kwargs):
super(I18nPlaceholder, self).__init__(*args, **kwargs)
if 'supybot.18n' not in sys.modules:
if 'supybot.i18n' not in sys.modules:
sys.modules['supybot.i18n'] = Placeholder()