summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-24 13:27:06 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-24 13:27:06 +0200
commita293f002fe9edc6d30f852e9a5b0cfecd30e53d8 (patch)
treee9a6e5dd8a080e15a6ed3608a9607653d17b11e5
parent4fd01aa795245c136ad27b3dcf04af2cc541cd4c (diff)
downloadlogilab-common-a293f002fe9edc6d30f852e9a5b0cfecd30e53d8.tar.gz
cleanups
-rw-r--r--configuration.py5
-rw-r--r--optparser.py4
-rw-r--r--tasksqueue.py6
3 files changed, 1 insertions, 14 deletions
diff --git a/configuration.py b/configuration.py
index 7895f5f..4ec7992 100644
--- a/configuration.py
+++ b/configuration.py
@@ -97,11 +97,6 @@ Quick start: simplest usage
number=3
>>>
-
-
-
-
-
"""
__docformat__ = "restructuredtext en"
diff --git a/optparser.py b/optparser.py
index f262cae..123e6a6 100644
--- a/optparser.py
+++ b/optparser.py
@@ -28,10 +28,6 @@ Example:
>>> return run(options, args[1:])
With mymod.build that defines two functions run and add_options
-
-
-
-
"""
__docformat__ = "restructuredtext en"
diff --git a/tasksqueue.py b/tasksqueue.py
index 63306a5..19bb4e5 100644
--- a/tasksqueue.py
+++ b/tasksqueue.py
@@ -15,12 +15,8 @@
#
# You should have received a copy of the GNU Lesser General Public License along
# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
-"""Prioritized tasks queue
+"""Prioritized tasks queue"""
-:organization: Logilab
-
-
-"""
__docformat__ = "restructuredtext en"
from bisect import insort_left