fix comment
This commit is contained in:
parent
a9bd6d5ea7
commit
5e9cc5efed
|
@ -9,7 +9,7 @@ import os
|
|||
import abc
|
||||
import codecs
|
||||
import warnings
|
||||
# Import _thread instead of threading to reduce startup cost
|
||||
# Import thread instead of threading to reduce startup cost
|
||||
try:
|
||||
from thread import allocate_lock as Lock
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in New Issue