~ubuntu-branches/ubuntu/hardy/moin/hardy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-05-14 15:55:15 UTC
  • mfrom: (0.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514155515-apl4srcch40h9fcx
Tags: 1.5.7-3ubuntu1
* Merge from debian unstable, remaining changes:
  - 11000_show_traceback_toggle.patch: allow for 'show_traceback=0' in
    Moin configurations.

Show diffs side-by-side

added added

removed removed

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