diff options
Diffstat (limited to 'examples/test-cases')
-rw-r--r-- | examples/test-cases/ptpython-in-other-thread.py | 1 |
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 |