summaryrefslogtreecommitdiffstats
path: root/xkb.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-12-13 20:12:52 +0000
committerMatt Wilson <msw@redhat.com>2000-12-13 20:12:52 +0000
commitcc9ad5fa4b76f6f9402258cfa1112199729dcaae (patch)
tree42f86f93c9d48140b9ffd4bc8b1a8d6ac61074dd /xkb.py
parentb878d4bbbba830c6a36e8b5d6b143214fbadbd09 (diff)
downloadanaconda-cc9ad5fa4b76f6f9402258cfa1112199729dcaae.tar.gz
anaconda-cc9ad5fa4b76f6f9402258cfa1112199729dcaae.tar.xz
anaconda-cc9ad5fa4b76f6f9402258cfa1112199729dcaae.zip
add losetup stub per erik's request
Diffstat (limited to 'xkb.py')
-rw-r--r--xkb.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/xkb.py b/xkb.py
index 60009c957..c0d2e878c 100644
--- a/xkb.py
+++ b/xkb.py
@@ -61,3 +61,14 @@ class XKB:
def getMouseKeys (self):
return _xkb.get_mousekeys ()
+
+if __name__ == "__main__":
+ xkb = XKB()
+ print xkb.getVariants()
+
+
+
+
+
+
+