equal
deleted
inserted
replaced
16 # You should have received a copy of the GNU Lesser General Public License along |
16 # You should have received a copy of the GNU Lesser General Public License along |
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 |
|
22 """ |
21 """ |
23 from __future__ import with_statement |
22 from __future__ import with_statement |
24 |
23 |
25 from cubicweb.server.session import hooks_control |
24 from cubicweb.server.session import hooks_control |
26 from cubicweb.server import schemaserial as ss |
25 from cubicweb.server import schemaserial as ss |