summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/debug_input_cross_platform.py1
-rwxr-xr-xtools/debug_vt100_input.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/debug_input_cross_platform.py b/tools/debug_input_cross_platform.py
index 55f6190..d87cfcc 100755
--- a/tools/debug_input_cross_platform.py
+++ b/tools/debug_input_cross_platform.py
@@ -5,6 +5,7 @@ For testing terminal input.
Works on both Windows and Posix.
"""
+
import asyncio
from prompt_toolkit.input import create_input
diff --git a/tools/debug_vt100_input.py b/tools/debug_vt100_input.py
index d3660b9..b74c06f 100755
--- a/tools/debug_vt100_input.py
+++ b/tools/debug_vt100_input.py
@@ -5,6 +5,7 @@ For testing terminal input.
(This does not use the `Input` implementation, but only the `Vt100Parser`.)
"""
+
import sys
from prompt_toolkit.input.vt100 import raw_mode