🎨 Rename qurator.modstool to qurator.mods4pandas
parent
1d2c5e2d10
commit
3c2e59f0ed
@ -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):
|
Loading…
Reference in New Issue