summaryrefslogtreecommitdiffstats
path: root/ptpython/eventloop.py
diff options
context:
space:
mode:
Diffstat (limited to 'ptpython/eventloop.py')
-rw-r--r--ptpython/eventloop.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ptpython/eventloop.py b/ptpython/eventloop.py
index 63dd740..14ab64b 100644
--- a/ptpython/eventloop.py
+++ b/ptpython/eventloop.py
@@ -7,6 +7,8 @@ way we don't block the UI of for instance ``turtle`` and other Tk libraries.
in readline. ``prompt-toolkit`` doesn't understand that input hook, but this
will fix it for Tk.)
"""
+from __future__ import annotations
+
import sys
import time