mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Revert "Faster XML processing and lower memory"
This commit is contained in:
parent
e3f71273e8
commit
df2600f579
2 changed files with 2 additions and 8 deletions
|
@ -11,10 +11,7 @@ import StringIO
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
import unicodedata
|
import unicodedata
|
||||||
try:
|
import xml.etree.ElementTree as etree
|
||||||
import xml.etree.cElementTree as etree
|
|
||||||
except ImportError:
|
|
||||||
import xml.etree.ElementTree as etree
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
import xbmc
|
import xbmc
|
||||||
|
|
|
@ -3,10 +3,7 @@
|
||||||
#################################################################################################
|
#################################################################################################
|
||||||
|
|
||||||
import shutil
|
import shutil
|
||||||
try:
|
import xml.etree.ElementTree as etree
|
||||||
import xml.etree.cElementTree as etree
|
|
||||||
except ImportError:
|
|
||||||
import xml.etree.ElementTree as etree
|
|
||||||
|
|
||||||
import xbmc
|
import xbmc
|
||||||
import xbmcaddon
|
import xbmcaddon
|
||||||
|
|
Loading…
Reference in a new issue