summaryrefslogtreecommitdiff
path: root/Demo/threads/telnet.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/threads/telnet.py')
-rw-r--r--Demo/threads/telnet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/threads/telnet.py b/Demo/threads/telnet.py
index 7366341232..dfe4905569 100644
--- a/Demo/threads/telnet.py
+++ b/Demo/threads/telnet.py
@@ -15,7 +15,7 @@
import sys, os, time
from socket import *
-import thread
+import _thread as thread
BUFSIZE = 8*1024