first step in python3 support
This commit is contained in:
parent
7c1e08eb96
commit
6fcac89dd5
25 changed files with 302 additions and 208 deletions
|
|
@ -22,6 +22,8 @@ from datetime import date, datetime
|
|||
from binascii import crc32
|
||||
import re
|
||||
|
||||
from weboob.tools.compat import basestring, long
|
||||
|
||||
from .base import CapBaseObject, Field, StringField, DateField, DecimalField, IntField, UserError, Currency
|
||||
from .collection import ICapCollection
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue