mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
Use ElementTree instead of deprecated cElementTree.
This commit is contained in:
parent
9b6c53d077
commit
0cf8158005
@ -6,7 +6,7 @@
|
||||
|
||||
__all__ = ['ckplayer_download']
|
||||
|
||||
from xml.etree import cElementTree as ET
|
||||
from xml.etree import ElementTree as ET
|
||||
from copy import copy
|
||||
from ..common import *
|
||||
#----------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user