Skip to content

Commit

Permalink
[scripts] Further fix for Python 2/3 compatibility (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
desh2608 authored and danpovey committed Jan 2, 2019
1 parent 1ea2ba7 commit 969869c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/wsj/s5/steps/libs/common.py
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

0 comments on commit 969869c

Please sign in to comment.