mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Quick fix for new library dateutil
This commit is contained in:
parent
f01bf26e1c
commit
67377922a4
2 changed files with 2 additions and 2 deletions
|
@ -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']
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from six import PY3
|
from ..six import PY3
|
||||||
|
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue