mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 05:52:40 +03:00
don't use deprecated cElementTree
This commit is contained in:
parent
3bbd149698
commit
b7143912f6
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import xml.etree.cElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
from os import path as p
|
from os import path as p
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user