Remove stray quotes in emaint docstrings.
authorZac Medico <zmedico@gentoo.org>
Sat, 9 Mar 2013 19:04:56 +0000 (11:04 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 9 Mar 2013 19:04:56 +0000 (11:04 -0800)
bin/emaint
pym/portage/emaint/__init__.py
pym/portage/emaint/modules/__init__.py
pym/portage/emaint/modules/binhost/__init__.py
pym/portage/emaint/modules/config/__init__.py
pym/portage/emaint/modules/logs/__init__.py
pym/portage/emaint/modules/move/__init__.py
pym/portage/emaint/modules/resume/__init__.py
pym/portage/emaint/modules/world/__init__.py

index bc1b92f22bcc94c12e1ef824d05a6bdbd2451141..f3ef409439f2459d0f1eb22602f0823f7c6f8425 100755 (executable)
@@ -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.
 """
 
index 5e0ae700a0f10a2666ce3776e2425067bdda1163..28169171fda5b4e29481669c8c7483e69fe9c991 100644 (file)
@@ -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.
 """
 
index 35674e342239d8e061523076029bc97946c1ff17..593c1bafb2cf214616e34f0f394d10a17b5c97cf 100644 (file)
@@ -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.
 """
index 1a61af42bf618aa158bfbdd0a0f5aac32406e4fa..7708dceef150408058714666fe277b59712b0cdb 100644 (file)
@@ -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.
 """
 
index 22abb07b1521930424d73fb172569cf604624f22..426df33f49fe64d6725f7672480671ec0c158dd2 100644 (file)
@@ -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
 """
 
index e68c4bc6c3e8e5b1baf2e60e862ac2f9644c4d47..fb52888ebf44eb1e8fd5116807027c0e69bf82b9 100644 (file)
@@ -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
 """
 
index 5399440cec95593312d79865a236b268283610df..0b5386ff317106a9ca83d9c939c31933741d56e8 100644 (file)
@@ -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"
 """
index 60cffe9db6a9b77a1992f750379b6e97ccbe5dce..2c6ca87c80de6b259e3385e3eb415cb3a1d21423 100644 (file)
@@ -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
 """
 
index 103b5c5ba0b174309b6248ce029721ee8dc80b3f..757664048fe5bc98402a7e7a94adb05efc02c3b6 100644 (file)
@@ -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.
 """