don't use deprecated cElementTree

This commit is contained in:
Adam Velebil 2023-12-05 08:46:51 +01:00
parent 3bbd149698
commit b7143912f6
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -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