bumblebee-status/bumblebee
Frederic Junod b0268a412b Add bumblebee.util.asbool function
Harmonize the boolean parameter value. Now `t`, `true`, `y`, `yes`, `on`, `1` are considered truthy and
everything else falsy.
2017-07-08 06:56:20 +02:00
..
modules Add bumblebee.util.asbool function 2017-07-08 06:56:20 +02:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [config] Add logfile location parameter 2017-04-04 15:14:54 +02:00
engine.py [engine] Report current module when error occurs 2017-06-10 14:08:49 +02:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [input] Cleaner termination logic, also, remove /tmp/bee.log 2017-02-26 09:13:44 +01:00
output.py [Output] Only draw widget when full text is not empty 2017-05-26 21:36:01 +02:00
popup.py [engine/popup] Make tkinter module optional 2017-06-16 15:36:56 +02:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py using io.open, instead of open (python 2.6/2.7) 2017-05-13 17:41:43 +03:00
util.py Add bumblebee.util.asbool function 2017-07-08 06:56:20 +02:00