aboutsummaryrefslogtreecommitdiff
path: root/python/python3-xlib/README
diff options
context:
space:
mode:
authorHunter Sezen <orbea@fredslev.dk>2018-03-15 21:05:25 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-17 08:51:49 +0700
commit08f6d408865c11112b950bd59a52f738e5824111 (patch)
tree4e978ad8bb1f07d000af650b82592b7b61920d26 /python/python3-xlib/README
parent9d0aa2e4ae70204b7adab248c718efec007ad43c (diff)
python/python3-xlib: Removed (replaced by python-xlib).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-xlib/README')
-rw-r--r--python/python3-xlib/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/python3-xlib/README b/python/python3-xlib/README
deleted file mode 100644
index 3c837fa387..0000000000
--- a/python/python3-xlib/README
+++ /dev/null
@@ -1,5 +0,0 @@
-The Python X library is intended to be a fully functional X client for Python
-programs. It is written entirely in Python, in ontrast to earlier X libraries
-for Python. This is possible to do since X client programs communicate with
-the X server via the X protocol. The communication takes over TCP/IP, Unix
-sockets, or any other streaming network protocol.