server/migractions.py
changeset 4021 280c910c8710
parent 4017 a5b4d4f2a1c7
child 4041 be6e473e6b43
equal deleted inserted replaced
4018:d4d4e7112ccf 4021:280c910c8710
    36 
    36 
    37 from cubicweb import AuthenticationError, ETYPE_NAME_MAP
    37 from cubicweb import AuthenticationError, ETYPE_NAME_MAP
    38 from cubicweb.schema import (META_RTYPES, VIRTUAL_RTYPES,
    38 from cubicweb.schema import (META_RTYPES, VIRTUAL_RTYPES,
    39                              CubicWebRelationSchema, order_eschemas)
    39                              CubicWebRelationSchema, order_eschemas)
    40 from cubicweb.dbapi import get_repository, repo_connect
    40 from cubicweb.dbapi import get_repository, repo_connect
    41 from cubicweb.common.migration import MigrationHelper, yes
    41 from cubicweb.migration import MigrationHelper, yes
    42 
    42 
    43 try:
    43 try:
    44     from cubicweb.server import SOURCE_TYPES, schemaserial as ss
    44     from cubicweb.server import SOURCE_TYPES, schemaserial as ss
    45     from cubicweb.server.utils import manager_userpasswd, ask_source_config
    45     from cubicweb.server.utils import manager_userpasswd, ask_source_config
    46     from cubicweb.server.sqlutils import sqlexec, SQL_PREFIX
    46     from cubicweb.server.sqlutils import sqlexec, SQL_PREFIX