aboutsummaryrefslogtreecommitdiff
path: root/python/python-evdev/README
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-08-03 01:37:40 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-03 17:28:09 +0700
commit6dac9a841ed6bf7de0e153465c0503f73969bcd8 (patch)
tree8451d4e52ab518fb75271ca2f01e5687590f6c9c /python/python-evdev/README
parent511f5266f57631b6c2e141f8c89a8502a747dbf7 (diff)
python/python-evdev: Removed (renamed to python3-evdev)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-evdev/README')
-rw-r--r--python/python-evdev/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-evdev/README b/python/python-evdev/README
deleted file mode 100644
index 9a2720d8a0..0000000000
--- a/python/python-evdev/README
+++ /dev/null
@@ -1,3 +0,0 @@
-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).