aboutsummaryrefslogtreecommitdiff
path: root/python/python2-txaio/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-07-04 14:18:18 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-06 11:23:35 +0700
commit22c1b841c14ed06b09e4399f3edff189d0ee7b70 (patch)
tree858388cea112f1486078345568f5f7d08d0c82e3 /python/python2-txaio/README
parent9cc0a5b1afcef3a7484abf80bd21211a169054ab (diff)
python/python2-txaio: Removed: obsolete, outdated, unmaintained, not working, or not needed anymore.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-txaio/README')
-rw-r--r--python/python2-txaio/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/python2-txaio/README b/python/python2-txaio/README
deleted file mode 100644
index 61b2a59c8c..0000000000
--- a/python/python2-txaio/README
+++ /dev/null
@@ -1,4 +0,0 @@
-txaio is a helper library for writing code that runs unmodified on both
-Twisted and asyncio / Trollius. This is like six, but for wrapping
-over differences between Twisted and asyncio so one can write code that
-runs unmodified on both.