summaryrefslogtreecommitdiffstats
path: root/python/dbus-python3/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-01-01 04:15:34 +0100
committer Matteo Bernardini2020-01-01 04:15:34 +0100
commit7b5934635d48ae01b924eb12042024b61f21c226 (patch)
tree598bd992cc39bfc71a10d0018119b1435d5ba554 /python/dbus-python3/README
parent82bbd880da5d554ddb98a82fcf8c17cc2131d56a (diff)
downloadslackbuilds-current-20200101.1.tar.gz
20200101.1 global branch merge.current-20200101.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/dbus-python3/README')
-rw-r--r--python/dbus-python3/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/dbus-python3/README b/python/dbus-python3/README
deleted file mode 100644
index f6bf55695d..0000000000
--- a/python/dbus-python3/README
+++ /dev/null
@@ -1,6 +0,0 @@
-dbus-python3 (Python3 bindings for dbus)
-
-dbus-python is a binding for libdbus, the reference implementation of
-D-Bus. For compatibility reasons, its API involves a lot of type-guessing
-(despite "explicit is better than implicit" and "resist the temptation
-to guess").