diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-05 02:05:35 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-05 02:05:45 +0200 |
commit | 5e23576d7d7dc422d05b352904355c2750521480 (patch) | |
tree | 0b41bf7f72bcf91a782fefc3488521937c20f5a2 | |
parent | duplicate todo (diff) | |
download | xpybar-5e23576d7d7dc422d05b352904355c2750521480.tar.gz xpybar-5e23576d7d7dc422d05b352904355c2750521480.tar.bz2 xpybar-5e23576d7d7dc422d05b352904355c2750521480.tar.xz |
add todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/plugins/solar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/solar.py b/src/plugins/solar.py index 3b772cf..c5c742a 100644 --- a/src/plugins/solar.py +++ b/src/plugins/solar.py @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. from util import * -class Solar: +class Solar: # TODO add static functions that does not require blueshift ''' Solar information using Blueshift |