misc/migration/3.2.0_Any.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 05 Oct 2009 18:45:12 +0200
branchstable
changeset 3558 0e478957a9d4
parent 1977 606923dff11b
child 4212 ab6573088b4a
permissions -rw-r--r--
smallest possible change to fix #472806

"""

:organization: Logilab
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
rql('SET X value "main-template" WHERE X is CWProperty, '
    'X pkey "ui.main-template", X value "main"')
checkpoint()