aboutsummaryrefslogtreecommitdiff
blob: 3f62270eed24e16e867dd493d4fdf0bf06d155dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

"""Check and fix problems in the world file.
"""


module_spec = {
	'name': 'world',
	'description': __doc__,
	'provides':{
		'module1':{
			'name': "world",
			'class': "WorldHandler",
			'description': __doc__,
			'functions': ['check', 'fix'],
			'func_desc': {}
			}
		}
	}