Merge branch 'i18n' into l10n-fr

This commit is contained in:
Valentin Lorentz 2010-11-01 20:18:50 +01:00
commit 04f25ce0de

View File

@ -371,12 +371,6 @@ class PluginTestCase(SupyTestCase):
attr == callbacks.canonicalName(attr):
self.failUnless(getattr(cb, attr, None).__doc__,
'%s.%s has no help.' % (name, attr))
def testInternationalization(self):
name = self.__class__.__module__[0:-len('.test')]
if self.__class__.__module__.startswith('supybot'):
return
self.failIf(hasattr(sys.modules[name], '_') == False,
'%s has no internationalizer.' % name)