rename package to qurator.eynollah

This commit is contained in:
Konstantin Baierer 2021-02-24 18:49:05 +01:00
parent a96d23712d
commit 58c4403e13
22 changed files with 15 additions and 13 deletions

View file

@ -1,5 +1,5 @@
from lxml import etree as ET
from sbb_newspapers_org_image.utils.xml import create_page_xml, NAMESPACES
from qurator.eynollah.utils.xml import create_page_xml, NAMESPACES
def tostring(el):
return ET.tostring(el).decode('utf-8')