aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-02 15:29:24 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-02 15:30:11 +0100
commit6cadf2da966da7ad5f7b613e14b0cb30239f0b82 (patch)
treebda35326dfcbc4847d78e696e1f33450664971ab /src/util.py
parentadd xdisplay (diff)
downloadxpybar-6cadf2da966da7ad5f7b613e14b0cb30239f0b82.tar.gz
xpybar-6cadf2da966da7ad5f7b613e14b0cb30239f0b82.tar.bz2
xpybar-6cadf2da966da7ad5f7b613e14b0cb30239f0b82.tar.xz
m + fix threading weirdness + add clock example
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/util.py')
-rw-r--r--src/util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.py b/src/util.py
index d819101..4698533 100644
--- a/src/util.py
+++ b/src/util.py
@@ -21,6 +21,8 @@ import time
import threading
import subprocess
+import Xlib.threaded
+
def async(target, name = None, group = None):
'''