Fix error XML model import

add-new-regnum-params
Mike Benowitz 2019-07-08 11:43:19 -04:00
parent 1c1c53543a
commit c1e7fa936c
2 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,7 @@ from sqlalchemy.ext.associationproxy import association_proxy
from sqlalchemy.orm.exc import NoResultFound from sqlalchemy.orm.exc import NoResultFound
from model.core import Base, Core from model.core import Base, Core
from model.xml import XML
from model.author import Author from model.author import Author
from model.publisher import Publisher from model.publisher import Publisher

View File

@ -13,7 +13,6 @@ from sqlalchemy import (
) )
from model.core import Base, Core from model.core import Base, Core
from model.errorCCE import ErrorCCE
@compiles(String, 'postgresql') @compiles(String, 'postgresql')
def compile_xml(type_, compiler, **kw): def compile_xml(type_, compiler, **kw):