summaryrefslogtreecommitdiff
path: root/tasksqueue.py
diff options
context:
space:
mode:
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