# -*- coding: iso-8859-1 -*-
"""
    MoinMoin - dummy migration terminator script

    This must be the last migration script.

    @copyright: 2016 by Thomas Waldmann
    @license: GNU GPL, see COPYING for details.
"""

def execute(script, data_dir, rev):
    return None
