diff options
author | Matt Wilson <msw@redhat.com> | 2000-12-13 20:12:52 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-12-13 20:12:52 +0000 |
commit | cc9ad5fa4b76f6f9402258cfa1112199729dcaae (patch) | |
tree | 42f86f93c9d48140b9ffd4bc8b1a8d6ac61074dd /xkb.py | |
parent | b878d4bbbba830c6a36e8b5d6b143214fbadbd09 (diff) | |
download | anaconda-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.py | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -61,3 +61,14 @@ class XKB: def getMouseKeys (self): return _xkb.get_mousekeys () + +if __name__ == "__main__": + xkb = XKB() + print xkb.getVariants() + + + + + + + |