diff options
Diffstat (limited to 'modules/battery-level.py')
| -rw-r--r-- | modules/battery-level.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/battery-level.py b/modules/battery-level.py index 02b7e43..fb3b769 100644 --- a/modules/battery-level.py +++ b/modules/battery-level.py @@ -6,6 +6,10 @@ import math """ Module for displaying information about battery. + +@author shadowprince +@version 1.0 +@license Eclipse Public License """ CACHE_TIME = 30 # time to update battery |
