I18nPlaceholder: Fix typo.

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

View File

@ -35,7 +35,7 @@ import supybot.registry as registry
from plugin import Placeholder
if 'supybot.18n' not in sys.modules:
if 'supybot.i18n' not in sys.modules:
sys.modules['supybot.i18n'] = Placeholder()
def configure(advanced):