mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Removed accidental import changes for 'thread'
This commit is contained in:
parent
1eaab02dd8
commit
228145cdc3
1 changed files with 2 additions and 5 deletions
|
@ -30,16 +30,13 @@
|
|||
import struct
|
||||
import socket
|
||||
import os
|
||||
import thread
|
||||
|
||||
try:
|
||||
import pwd
|
||||
pwd_error = False
|
||||
except ImportError:
|
||||
pwd_error = True
|
||||
|
||||
try:
|
||||
import thread
|
||||
except ImportError:
|
||||
import thread as _thread
|
||||
|
||||
class WsId(object):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue