summaryrefslogtreecommitdiff
path: root/tasksqueue.py
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 /tasksqueue.py
parent4fd01aa795245c136ad27b3dcf04af2cc541cd4c (diff)
downloadlogilab-common-a293f002fe9edc6d30f852e9a5b0cfecd30e53d8.tar.gz
cleanups
Diffstat (limited to 'tasksqueue.py')
-rw-r--r--tasksqueue.py6
1 files changed, 1 insertions, 5 deletions
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