diff options
author | William Holland <william.holland@codethink.co.uk> | 2015-05-29 08:38:53 +0100 |
---|---|---|
committer | William Holland <william.holland@codethink.co.uk> | 2015-05-29 08:38:53 +0100 |
commit | 6f84025af8bd84308c2872d6129ab3c1cfb96a2a (patch) | |
tree | 22dc17b4dd77ad0073686099e64a0c51ce422403 /keyboardpython/__init__.py | |
parent | 0ba924f2c0b8d0b3b1ddd2bc887adf06145d41df (diff) | |
download | keyboard-python-6f84025af8bd84308c2872d6129ab3c1cfb96a2a.tar.bz2 |
Hide the innards of key.py
Diffstat (limited to 'keyboardpython/__init__.py')
-rw-r--r-- | keyboardpython/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboardpython/__init__.py b/keyboardpython/__init__.py index 216f08d..160a6b8 100644 --- a/keyboardpython/__init__.py +++ b/keyboardpython/__init__.py @@ -1,4 +1,4 @@ -import key +from key import * def set_to_read_key(fd='default'): ''' Set tty so that os.read gets one keypress at a time ''' |