mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-07 19:05:06 +02:00
🐛 Consistently use lxml for etree
This commit is contained in:
parent
a2fb3ee387
commit
53a8db955c
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
import xml.etree.ElementTree as ET
|
from lxml import etree as ET
|
||||||
|
|
||||||
|
|
||||||
from qurator.modstool.alto4pandas import alto_to_dict
|
from qurator.modstool.alto4pandas import alto_to_dict
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import xml.etree.ElementTree as ET
|
from lxml import etree as ET
|
||||||
|
|
||||||
|
|
||||||
from qurator.modstool.modstool import mets_to_dict
|
from qurator.modstool.modstool import mets_to_dict
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
from tkinter import W
|
from tkinter import W
|
||||||
|
from lxml import etree as ET
|
||||||
import pytest
|
import pytest
|
||||||
import xml.etree.ElementTree as ET
|
|
||||||
|
|
||||||
|
|
||||||
from qurator.modstool.modstool import mods_to_dict
|
from qurator.modstool.modstool import mods_to_dict
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue