aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2010-03-12 21:44:29 +0000
committerfuzzyray <fuzzyray@gentoo.org>2010-03-12 21:44:29 +0000
commit1ddc073811b7b69aab22cd65990bbca8e7104bef (patch)
tree5ca2ef92478538f44b6abc9a96a8110b559fa867 /pym/gentoolkit/analyse/__init__.py
parentRemove stray analyse script (diff)
downloadgentoolkit-1ddc073811b7b69aab22cd65990bbca8e7104bef.tar.gz
gentoolkit-1ddc073811b7b69aab22cd65990bbca8e7104bef.tar.bz2
gentoolkit-1ddc073811b7b69aab22cd65990bbca8e7104bef.zip
Update to genscripts rev 382. This has more fixes for py3k and the modular rewrite of eclean.
svn path=/trunk/gentoolkit/; revision=755
Diffstat (limited to 'pym/gentoolkit/analyse/__init__.py')
-rw-r--r--pym/gentoolkit/analyse/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pym/gentoolkit/analyse/__init__.py b/pym/gentoolkit/analyse/__init__.py
index 7a5fbec..82625b6 100644
--- a/pym/gentoolkit/analyse/__init__.py
+++ b/pym/gentoolkit/analyse/__init__.py
@@ -19,7 +19,7 @@ __version__ = "svn"
__productname__ = "analyse"
__authors__ = (
'Brian Dolbec, <brian.dolbec@gmail.com>'
-
+
)
# make an exportable copy of the info for help output
@@ -29,7 +29,7 @@ MODULE_INFO = {
"__version__": __version__,
"__productname__": __productname__,
"__authors__": __authors__
-
+
}
import errno
@@ -54,7 +54,7 @@ NAME_MAP = {
}
FORMATTED_OPTIONS = (
- (" (a)nalyse",
+ (" (a)nalyse",
"analyses the installed PKG database USE flag or keyword useage"),
(" (r)ebuild",
"analyses the Installed PKG database and generates files suitable"),