~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/script/migration/1070300.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- coding: iso-8859-1 -*-
2
 
"""
3
 
    MoinMoin - migration from base rev 1070300
4
 
 
5
 
    Nothing to do, we just return the new data dir revision.
6
 
 
7
 
    @copyright: 2008 by Thomas Waldmann
8
 
    @license: GNU GPL, see COPYING for details.
9
 
"""
10
 
 
11
 
def execute(script, data_dir, rev):
12
 
    return 1080000
13