Merge branch 'l10n-fr' into testing

This commit is contained in:
Valentin Lorentz 2010-11-01 20:15:21 +01:00
commit fbbfd683b4
1 changed files with 0 additions and 1 deletions

View File

@ -360,7 +360,6 @@ class PluginTestCase(SupyTestCase):
return
for cb in self.irc.callbacks:
name = cb.name()
print " --- " + name
if ((name in self._noTestDoc) and \
not name.lower() in self.__class__.__name__.lower()):
continue