first step in python3 support
This commit is contained in:
parent
7c1e08eb96
commit
6fcac89dd5
25 changed files with 302 additions and 208 deletions
|
|
@ -24,6 +24,7 @@ import re
|
|||
from decimal import Decimal
|
||||
from copy import deepcopy, copy
|
||||
|
||||
from weboob.tools.compat import unicode, long
|
||||
from weboob.tools.misc import to_unicode
|
||||
from weboob.tools.date import new_date, new_datetime
|
||||
from weboob.tools.ordereddict import OrderedDict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue