mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Remove useless lines.
This commit is contained in:
parent
85f8bb3e46
commit
724e77e5ac
@ -31,7 +31,6 @@
|
||||
from supybot.test import *
|
||||
from supybot.i18n import PluginInternationalization, internationalizeDocstring
|
||||
import supybot.conf as conf
|
||||
import supybot.i18n as i18n
|
||||
|
||||
msg_en = 'The operation succeeded.'
|
||||
msg_fr = 'Opération effectuée avec succès.'
|
||||
@ -55,5 +54,4 @@ class I18nTestCase(SupyTestCase):
|
||||
self.assertEqual(foo.__doc__, msg_en)
|
||||
with conf.supybot.language.context('fr'):
|
||||
self.assertEqual(foo.__doc__, msg_fr)
|
||||
i18n.reloadLocales()
|
||||
self.assertEqual(foo.__doc__, msg_en)
|
||||
|
Loading…
Reference in New Issue
Block a user