aboutsummaryrefslogtreecommitdiff
path: root/python/dbus-python3/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2019-05-11 11:09:38 +0200
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:18:21 -0500
commitc5f51f439d8fda1afd59f0a328e6ac6aa6ff7661 (patch)
treef5c43d4cf71af1fc702191681d38f8444c3e658c /python/dbus-python3/README
parent16c57ab1f9807c30754fedfa7d469ba8920c61b2 (diff)
python/dbus-python3: Removed (Added to Slackware).
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").