From bf1d875da988b53059212b178358899582ac4526 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Fri, 27 Mar 2015 19:01:28 +0100 Subject: QA on all modules docstrings for a clean CLI parsing --- py3status/modules/glpi.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'py3status/modules/glpi.py') diff --git a/py3status/modules/glpi.py b/py3status/modules/glpi.py index db648e0..708ed4f 100644 --- a/py3status/modules/glpi.py +++ b/py3status/modules/glpi.py @@ -1,13 +1,9 @@ # -*- coding: utf-8 -*- """ -This example class demonstrates how to display the current total number of -open tickets from GLPI in your i3bar. +Display the total number of open tickets from GLPI. It features thresholds to colorize the output and forces a low timeout to limit the impact of a server connectivity problem on your i3bar freshness. - -Note that we don't have to implement a cache layer as it is handled by -py3status automagically. """ # You need MySQL-python from http://pypi.python.org/pypi/MySQL-python -- cgit v1.3