~ubuntu-branches/ubuntu/oneiric/moin/oneiric-security

1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- coding: iso-8859-1 -*-
"""
    MoinMoin - migration from base rev 1090100

    Nothing to do, we just return the new data dir revision.

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

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