diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-16 02:45:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:45 +0700 |
commit | c457eb68177ed511b6d90cf517bca7c7ba3e6bcd (patch) | |
tree | 24fe0a1ede1c300739d59941b56d3ec04da7165b /python | |
parent | b9123be3f2e63c69de9a7760f409daa35b35f3a0 (diff) | |
download | slackbuilds-c457eb68177ed511b6d90cf517bca7c7ba3e6bcd.tar.gz |
python/python-evdev: Update README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-evdev/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/python-evdev/README b/python/python-evdev/README index 94244e0786..9a2720d8a0 100644 --- a/python/python-evdev/README +++ b/python/python-evdev/README @@ -1,5 +1,3 @@ python-evdev allows Python programs running in Linux to read and write input events. It provides bindings to both the generic input event interface (evdev) and the userspace input subsystem (Uinput). - -This will automatically build for Python 3 if it's available. |