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

"""'This emaint module provides checks and maintenance for:
Fixing problems with the "world" file.
"""


module_spec = {
	'name': 'world',
	'description': "Provides functions to scan, " +
		"check and fix problems in the world file",
	'provides':{
		'module1':{
			'name': "world",
			'class': "WorldHandler",
			'description':  "Fix problems in the world file",
			'functions': ['check', 'fix'],
			'func_desc': {}
			}
		}
	}