Do not import/export dates utils in misc
This commit is contained in:
parent
0e3e32adb1
commit
c122e6f9cc
6 changed files with 8 additions and 8 deletions
|
|
@ -25,12 +25,11 @@ import sys
|
|||
import traceback
|
||||
import types
|
||||
# keep compatibility
|
||||
from .date import local2utc, utc2local
|
||||
from .compat import unicode
|
||||
|
||||
|
||||
__all__ = ['get_backtrace', 'get_bytes_size', 'html2text', 'iter_fields',
|
||||
'local2utc', 'to_unicode', 'utc2local', 'limit']
|
||||
'to_unicode', 'limit']
|
||||
|
||||
|
||||
def get_backtrace(empty="Empty backtrace."):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue