Skip to content
2 changes: 1 addition & 1 deletion egs/wsj/s5/steps/libs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import threading

try:
import _thread as thread_module
import thread as thread_module
except:
import _thread as thread_module

Expand Down