aboutsummaryrefslogtreecommitdiff
path: root/python/python3-xlib/README
diff options
context:
space:
mode:
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 3c837fa38791b..0000000000000
--- 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.