summaryrefslogtreecommitdiffstats
path: root/examples/asyncio-python-embed.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/asyncio-python-embed.py')
-rwxr-xr-xexamples/asyncio-python-embed.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/asyncio-python-embed.py b/examples/asyncio-python-embed.py
index a8fbba5..38cc1c2 100755
--- a/examples/asyncio-python-embed.py
+++ b/examples/asyncio-python-embed.py
@@ -11,6 +11,7 @@ The ``patch_stdout`` option makes sure that when another coroutine is writing
to stdout, it won't break the input line, but instead writes nicely above the
prompt.
"""
+
import asyncio
from ptpython.repl import embed