Commit 5e9cc5ef authored by Benjamin Peterson's avatar Benjamin Peterson

fix comment

parent a9bd6d5e
...@@ -9,7 +9,7 @@ import os ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment