summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/package/sample_python_txaio_twisted.py
diff options
context:
space:
mode:
Diffstat (limited to 'support/testing/tests/package/sample_python_txaio_twisted.py')
-rw-r--r--support/testing/tests/package/sample_python_txaio_twisted.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/testing/tests/package/sample_python_txaio_twisted.py b/support/testing/tests/package/sample_python_txaio_twisted.py
new file mode 100644
index 0000000000..13ea82a961
--- /dev/null
+++ b/support/testing/tests/package/sample_python_txaio_twisted.py
@@ -0,0 +1,3 @@
+import txaio
+txaio.use_twisted()
+f0 = txaio.create_future()
OpenPOWER on IntegriCloud