diff options
Diffstat (limited to 'Lib/idlelib/run.py')
-rw-r--r-- | Lib/idlelib/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py index c9f5010211..7a662c97d5 100644 --- a/Lib/idlelib/run.py +++ b/Lib/idlelib/run.py @@ -3,7 +3,7 @@ import linecache import time import socket import traceback -import thread +import _thread as thread import threading import queue |