mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 01:36:11 +00:00
Remove six.moves: reload_module
This commit is contained in:
parent
d96a907eab
commit
0e5c5e4c07
1 changed files with 1 additions and 1 deletions
|
@ -6,11 +6,11 @@ from __future__ import division, absolute_import, print_function, unicode_litera
|
|||
import json
|
||||
import sys
|
||||
from datetime import datetime
|
||||
from importlib import reload
|
||||
|
||||
# Workaround for threads using datetime: _striptime is locked
|
||||
import _strptime # noqa:F401
|
||||
from kodi_six import xbmc, xbmcgui
|
||||
from six.moves import reload_module as reload
|
||||
|
||||
from .. import objects
|
||||
from .. import connect
|
||||
|
|
Loading…
Reference in a new issue