Remove * imports in filters

This commit is contained in:
Florent 2014-09-27 22:01:37 +02:00
commit 54a1bc4809
38 changed files with 68 additions and 42 deletions

View file

@ -29,7 +29,7 @@ from weboob.tools.log import getLogger
from weboob.tools.exceptions import ParseError
from weboob.tools.browser2.elements import TableElement, ItemElement
from weboob.tools.browser2.filters import Filter, CleanText, CleanDecimal, TableCell
from weboob.tools.browser2.filters.standard import Filter, CleanText, CleanDecimal, TableCell
__all__ = ['FrenchTransaction', 'AmericanTransaction']