Mercurial > moin > 1.9
comparison MoinMoin/script/migration/1090400.py @ 5822:735ce48f60b2
bump version number to 1.9.4, update mig scripts
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Tue, 24 Jan 2012 20:49:50 +0100 |
parents | MoinMoin/script/migration/1090300.py@b3ef42861733 |
children | 5053b61545de |
comparison
equal
deleted
inserted
replaced
5821:99e2309a7ec0 | 5822:735ce48f60b2 |
---|---|
1 # -*- coding: iso-8859-1 -*- | |
2 """ | |
3 MoinMoin - dummy migration terminator script | |
4 | |
5 This must be the last migration script. | |
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 None | |
13 |