aboutsummaryrefslogtreecommitdiffstats
path: root/pym/portage/emaint/modules/world/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/emaint/modules/world/__init__.py')
-rw-r--r--pym/portage/emaint/modules/world/__init__.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/pym/portage/emaint/modules/world/__init__.py b/pym/portage/emaint/modules/world/__init__.py
index 103b5c5ba..3f62270ee 100644
--- a/pym/portage/emaint/modules/world/__init__.py
+++ b/pym/portage/emaint/modules/world/__init__.py
@@ -1,20 +1,18 @@
# 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.
+"""Check and fix problems in the world file.
"""
module_spec = {
'name': 'world',
- 'description': "Provides functions to scan, " +
- "check and fix problems in the world file",
+ 'description': __doc__,
'provides':{
'module1':{
'name': "world",
'class': "WorldHandler",
- 'description': "Fix problems in the world file",
+ 'description': __doc__,
'functions': ['check', 'fix'],
'func_desc': {}
}