Quick fix for new library dateutil

This commit is contained in:
angelblue05 2019-01-10 19:06:52 -06:00
parent f01bf26e1c
commit 67377922a4
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ except ImportError:
__version__ = 'unknown' __version__ = 'unknown'
__all__ = ['easter', 'parser', 'relativedelta', 'rrule', 'tz', __all__ = ['easter', 'parser', 'relativedelta', 'rrule', 'tz',
'utils', 'zoneinfo'] 'utils', 'zoneinfo', 'six']

View File

@ -1,4 +1,4 @@
from six import PY3 from ..six import PY3
from functools import wraps from functools import wraps