import _thread fix

This commit is contained in:
mjames-upc 2016-10-18 19:24:34 -06:00
parent b26f1b15d3
commit 02399a13bc

View file

@ -30,7 +30,7 @@
import struct import struct
import socket import socket
import os import os
import thread import _thread
try: try:
import pwd import pwd