summaryrefslogtreecommitdiffstats
path: root/examples/test-cases/ptpython-in-other-thread.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-04 04:07:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-04 04:07:44 +0000
commit7693c11b424a25612782de924a1f7f07f649675f (patch)
tree4dabd5679f14e8113bfb5d080b91f8ff3cb85cfd /examples/test-cases/ptpython-in-other-thread.py
parentReleasing progress-linux version 3.0.26-3~progress7.99u1. (diff)
downloadptpython-7693c11b424a25612782de924a1f7f07f649675f.tar.xz
ptpython-7693c11b424a25612782de924a1f7f07f649675f.zip
Merging upstream version 3.0.27.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/test-cases/ptpython-in-other-thread.py')
-rw-r--r--examples/test-cases/ptpython-in-other-thread.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/test-cases/ptpython-in-other-thread.py b/examples/test-cases/ptpython-in-other-thread.py
index 7c78846..bfe1410 100644
--- a/examples/test-cases/ptpython-in-other-thread.py
+++ b/examples/test-cases/ptpython-in-other-thread.py
@@ -5,6 +5,7 @@ Example of running ptpython in another thread.
(For testing whether it's working fine if it's not embedded in the main
thread.)
"""
+
import threading
from ptpython.repl import embed