Do not import/export dates utils in misc

This commit is contained in:
Florent 2014-07-09 11:20:56 +02:00
commit c122e6f9cc
6 changed files with 8 additions and 8 deletions

View file

@ -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."):