⚙ Migrate to pyproject.toml
parent
187da054b0
commit
ae650f70a2
@ -1 +0,0 @@
|
|||||||
__import__('pkg_resources').declare_namespace(__name__)
|
|
@ -1,8 +1,8 @@
|
|||||||
from lxml import etree as ET
|
from lxml import etree as ET
|
||||||
|
|
||||||
|
|
||||||
from qurator.mods4pandas.alto4pandas import alto_to_dict
|
from mods4pandas.alto4pandas import alto_to_dict
|
||||||
from qurator.mods4pandas.lib import flatten
|
from 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.mods4pandas.mods4pandas import mets_to_dict
|
from mods4pandas.mods4pandas import mets_to_dict
|
||||||
from qurator.mods4pandas.lib import flatten
|
from mods4pandas.lib import flatten
|
||||||
|
|
||||||
|
|
||||||
def dict_fromstring(x):
|
def dict_fromstring(x):
|
Loading…
Reference in New Issue