first step in python3 support
This commit is contained in:
parent
7c1e08eb96
commit
6fcac89dd5
25 changed files with 302 additions and 208 deletions
|
|
@ -27,6 +27,7 @@ import traceback
|
|||
import types
|
||||
# keep compatibility
|
||||
from .date import local2utc, utc2local
|
||||
from .compat import unicode
|
||||
|
||||
|
||||
__all__ = ['get_backtrace', 'get_bytes_size', 'html2text', 'iter_fields',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue