Add missing import
This commit is contained in:
parent
9ae7cc692f
commit
6759dec279
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ import sys
|
|||
from copy import deepcopy
|
||||
from .filters import _Filter, CleanText, AttributeNotFound, XPathNotFound
|
||||
from weboob.tools.log import getLogger
|
||||
from weboob.tools.ordereddict import OrderedDict
|
||||
from weboob.tools.browser2.page import NextPage
|
||||
|
||||
class DataError(Exception):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue