misc/migration/bootstrapmigration_repository.py
changeset 8694 d901c36bcfce
parent 8279 fa167153d384
child 8696 0bb18407c053
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """allways executed before all others in server migration
    18 """allways executed before all others in server migration
    19 
    19 
    20 it should only include low level schema changes
    20 it should only include low level schema changes
    21 """
    21 """
    22 from __future__ import with_statement
       
    23 
    22 
    24 from cubicweb.server.session import hooks_control
    23 from cubicweb.server.session import hooks_control
    25 from cubicweb.server import schemaserial as ss
    24 from cubicweb.server import schemaserial as ss
    26 
    25 
    27 applcubicwebversion, cubicwebversion = versions_map['cubicweb']
    26 applcubicwebversion, cubicwebversion = versions_map['cubicweb']