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