summaryrefslogtreecommitdiffstats
path: root/python/python2-txaio/README
diff options
context:
space:
mode:
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.