mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-08 19:29:57 +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 lxml import etree as ET
|
||||||
|
|
||||||
|
|
||||||
from qurator.modstool.alto4pandas import alto_to_dict
|
from qurator.mods4pandas.alto4pandas import alto_to_dict
|
||||||
from qurator.modstool.lib import flatten
|
from qurator.mods4pandas.lib import flatten
|
||||||
|
|
||||||
|
|
||||||
def dict_fromstring(x):
|
def dict_fromstring(x):
|
|
@ -1,8 +1,8 @@
|
||||||
from lxml import etree as ET
|
from lxml import etree as ET
|
||||||
|
|
||||||
|
|
||||||
from qurator.modstool.mods4pandas import mets_to_dict
|
from qurator.mods4pandas.mods4pandas import mets_to_dict
|
||||||
from qurator.modstool.lib import flatten
|
from qurator.mods4pandas.lib import flatten
|
||||||
|
|
||||||
|
|
||||||
def dict_fromstring(x):
|
def dict_fromstring(x):
|
|
@ -3,8 +3,8 @@ from lxml import etree as ET
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
from qurator.modstool.mods4pandas import mods_to_dict
|
from qurator.mods4pandas.mods4pandas import mods_to_dict
|
||||||
from qurator.modstool.lib import flatten
|
from qurator.mods4pandas.lib import flatten
|
||||||
|
|
||||||
|
|
||||||
def dict_fromstring(x):
|
def dict_fromstring(x):
|
Loading…
Add table
Add a link
Reference in a new issue