migration.py
changeset 5967 8deedfeb7846
parent 5590 a56eb02f9ce7
child 6035 f8c7aa251782
equal deleted inserted replaced
5966:0677cfb28ad2 5967:8deedfeb7846
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    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 """utilities for instances migration
    18 """utilities for instances migration"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 import sys
    22 import sys
    24 import os
    23 import os
    25 import logging
    24 import logging