diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-03 23:40:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-03 23:40:59 +0100 |
commit | cf19015c665fa067034e94be1fdc315e94bb2b04 (patch) | |
tree | 706f660a60243100b282437c77cc8b1e56e46250 /src/util.py | |
parent | add chase (diff) | |
download | xpybar-cf19015c665fa067034e94be1fdc315e94bb2b04.tar.gz xpybar-cf19015c665fa067034e94be1fdc315e94bb2b04.tar.bz2 xpybar-cf19015c665fa067034e94be1fdc315e94bb2b04.tar.xz |
add solar information
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/util.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.py b/src/util.py index d9fc5e5..4d229ef 100644 --- a/src/util.py +++ b/src/util.py @@ -21,8 +21,6 @@ import time import threading import subprocess -import Xlib.threaded - def async(target, name = None, group = None): ''' |