diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-13 01:11:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-13 01:11:22 +0200 |
commit | 5cfbe16c4b704dc0bd2b5655eca3fc2aee7726c6 (patch) | |
tree | 5d5e037a11012a3b1ca47e7a55a488504bbca350 /examples/xmonad | |
parent | add DelayedSometimes (diff) | |
download | xpybar-5cfbe16c4b704dc0bd2b5655eca3fc2aee7726c6.tar.gz xpybar-5cfbe16c4b704dc0bd2b5655eca3fc2aee7726c6.tar.bz2 xpybar-5cfbe16c4b704dc0bd2b5655eca3fc2aee7726c6.tar.xz |
remove old imports
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/xmonad')
-rw-r--r-- | examples/xmonad | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/xmonad b/examples/xmonad index 056eb50..70d0a94 100644 --- a/examples/xmonad +++ b/examples/xmonad @@ -7,8 +7,6 @@ import threading from util import * -import Xlib.X, Xlib.protocol.event - OUTPUT, HEIGHT, YPOS, TOP = 0, 12, 0, True |