Revert "Faster XML processing and lower memory"

This commit is contained in:
kravone 2016-06-29 21:15:26 +02:00 committed by GitHub
parent e3f71273e8
commit df2600f579
2 changed files with 2 additions and 8 deletions

View File

@ -11,10 +11,7 @@ import StringIO
import os
import time
import unicodedata
try:
import xml.etree.cElementTree as etree
except ImportError:
import xml.etree.ElementTree as etree
import xml.etree.ElementTree as etree
from datetime import datetime
import xbmc

View File

@ -3,10 +3,7 @@
#################################################################################################
import shutil
try:
import xml.etree.cElementTree as etree
except ImportError:
import xml.etree.ElementTree as etree
import xml.etree.ElementTree as etree
import xbmc
import xbmcaddon