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

doc = """Check and fix problems in the world file."""
__doc__ = doc


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