1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-26 12:09:55 +02:00

🐛 Consistently use lxml for etree

This commit is contained in:
Gerber, Mike 2022-06-16 19:42:44 +02:00
parent a2fb3ee387
commit 53a8db955c
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
from tkinter import W
from lxml import etree as ET
import pytest
import xml.etree.ElementTree as ET
from qurator.modstool.modstool import mods_to_dict