diff options
Diffstat (limited to 'Demo/threads/telnet.py')
-rw-r--r-- | Demo/threads/telnet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/threads/telnet.py b/Demo/threads/telnet.py index 7366341..dfe4905 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 |