mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-07 19:05:06 +02:00
🎨 Rename qurator.modstool to qurator.mods4pandas
This commit is contained in:
parent
1d2c5e2d10
commit
3c2e59f0ed
36 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
from lxml import etree as ET
|
||||
|
||||
|
||||
from qurator.modstool.alto4pandas import alto_to_dict
|
||||
from qurator.modstool.lib import flatten
|
||||
from qurator.mods4pandas.alto4pandas import alto_to_dict
|
||||
from qurator.mods4pandas.lib import flatten
|
||||
|
||||
|
||||
def dict_fromstring(x):
|
|
@ -1,8 +1,8 @@
|
|||
from lxml import etree as ET
|
||||
|
||||
|
||||
from qurator.modstool.mods4pandas import mets_to_dict
|
||||
from qurator.modstool.lib import flatten
|
||||
from qurator.mods4pandas.mods4pandas import mets_to_dict
|
||||
from qurator.mods4pandas.lib import flatten
|
||||
|
||||
|
||||
def dict_fromstring(x):
|
|
@ -3,8 +3,8 @@ from lxml import etree as ET
|
|||
import pytest
|
||||
|
||||
|
||||
from qurator.modstool.mods4pandas import mods_to_dict
|
||||
from qurator.modstool.lib import flatten
|
||||
from qurator.mods4pandas.mods4pandas import mods_to_dict
|
||||
from qurator.mods4pandas.lib import flatten
|
||||
|
||||
|
||||
def dict_fromstring(x):
|
Loading…
Add table
Add a link
Reference in a new issue