mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix conflicting import
This commit is contained in:
parent
b2d3b702d1
commit
da8bf3670d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import os
|
|||
import time
|
||||
import unicodedata
|
||||
import xml.etree.ElementTree as etree
|
||||
from datetime import datetime, time
|
||||
from datetime import datetime
|
||||
|
||||
import xbmc
|
||||
import xbmcaddon
|
||||
|
|
Loading…
Reference in a new issue