diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-06 23:21:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-06 23:21:21 +0100 |
commit | 9a9281bdad3e2870bea74c674d85325c7d57cc7e (patch) | |
tree | c37c65db602b510bf0cf16391dac34648692f4c1 | |
parent | add XDisplay.vt (diff) | |
download | xpybar-9a9281bdad3e2870bea74c674d85325c7d57cc7e.tar.gz xpybar-9a9281bdad3e2870bea74c674d85325c7d57cc7e.tar.bz2 xpybar-9a9281bdad3e2870bea74c674d85325c7d57cc7e.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/plugins/xkb.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/xkb.py b/src/plugins/xkb.py index 0bb3222..362dba0 100644 --- a/src/plugins/xkb.py +++ b/src/plugins/xkb.py @@ -19,6 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. import Xlib.XK +from x import * + class XKB: ''' |