From: Zac Medico Date: Sat, 9 Mar 2013 19:04:56 +0000 (-0800) Subject: Remove stray quotes in emaint docstrings. X-Git-Tag: v2.2.0_alpha167~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e2446edff53b54410ffa712ddeaa651368e8369;p=portage.git Remove stray quotes in emaint docstrings. --- diff --git a/bin/emaint b/bin/emaint index bc1b92f22..f3ef40943 100755 --- a/bin/emaint +++ b/bin/emaint @@ -2,7 +2,7 @@ # Copyright 2005-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -"""'The emaint program provides an interface to system health +"""The emaint program provides an interface to system health checks and maintenance. """ diff --git a/pym/portage/emaint/__init__.py b/pym/portage/emaint/__init__.py index 5e0ae700a..28169171f 100644 --- a/pym/portage/emaint/__init__.py +++ b/pym/portage/emaint/__init__.py @@ -1,7 +1,7 @@ # Copyright 2005-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -"""'The emaint program provides checks and maintenance +"""The emaint program provides checks and maintenance on a gentoo system. """ diff --git a/pym/portage/emaint/modules/__init__.py b/pym/portage/emaint/modules/__init__.py index 35674e342..593c1bafb 100644 --- a/pym/portage/emaint/modules/__init__.py +++ b/pym/portage/emaint/modules/__init__.py @@ -1,7 +1,7 @@ # Copyright 2005-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -"""'The emaint program plug-in module provides an automatic method +"""The emaint program plug-in module provides an automatic method of adding/removing modules to perform checks and maintenance on a gentoo system. """ diff --git a/pym/portage/emaint/modules/binhost/__init__.py b/pym/portage/emaint/modules/binhost/__init__.py index 1a61af42b..7708dceef 100644 --- a/pym/portage/emaint/modules/binhost/__init__.py +++ b/pym/portage/emaint/modules/binhost/__init__.py @@ -1,7 +1,7 @@ # Copyright 2005-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -"""'The emaint program module provides checks and maintenancefor: +"""The emaint program module provides checks and maintenancefor: Scanning, checking and fixing problems in the world file. """ diff --git a/pym/portage/emaint/modules/config/__init__.py b/pym/portage/emaint/modules/config/__init__.py index 22abb07b1..426df33f4 100644 --- a/pym/portage/emaint/modules/config/__init__.py +++ b/pym/portage/emaint/modules/config/__init__.py @@ -1,7 +1,7 @@ # Copyright 2005-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -"""'This emaint module provides checks and maintenance for: +"""This emaint module provides checks and maintenance for: Cleaning the emerge config tracker list """ diff --git a/pym/portage/emaint/modules/logs/__init__.py b/pym/portage/emaint/modules/logs/__init__.py index e68c4bc6c..fb52888eb 100644 --- a/pym/portage/emaint/modules/logs/__init__.py +++ b/pym/portage/emaint/modules/logs/__init__.py @@ -1,7 +1,7 @@ # Copyright 2005-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -"""'This emaint module provides checks and maintenance for: +"""This emaint module provides checks and maintenance for: Cleaning the PORT_LOGDIR logs """ diff --git a/pym/portage/emaint/modules/move/__init__.py b/pym/portage/emaint/modules/move/__init__.py index 5399440ce..0b5386ff3 100644 --- a/pym/portage/emaint/modules/move/__init__.py +++ b/pym/portage/emaint/modules/move/__init__.py @@ -1,7 +1,7 @@ # Copyright 2005-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -"""'This emaint module provides checks and maintenance for: +"""This emaint module provides checks and maintenance for: 1) "Performing package move updates for installed packages", 2)"Perform package move updates for binary packages" """ diff --git a/pym/portage/emaint/modules/resume/__init__.py b/pym/portage/emaint/modules/resume/__init__.py index 60cffe9db..2c6ca87c8 100644 --- a/pym/portage/emaint/modules/resume/__init__.py +++ b/pym/portage/emaint/modules/resume/__init__.py @@ -1,7 +1,7 @@ # Copyright 2005-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -"""'This emaint module provides checks and maintenance for: +"""This emaint module provides checks and maintenance for: Cleaning the "emerge --resume" lists """ diff --git a/pym/portage/emaint/modules/world/__init__.py b/pym/portage/emaint/modules/world/__init__.py index 103b5c5ba..757664048 100644 --- a/pym/portage/emaint/modules/world/__init__.py +++ b/pym/portage/emaint/modules/world/__init__.py @@ -1,7 +1,7 @@ # Copyright 2005-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -"""'This emaint module provides checks and maintenance for: +"""This emaint module provides checks and maintenance for: Fixing problems with the "world" file. """