Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
[egs] Fix python error by moving __future__ import to top (kaldi-asr#…
Browse files Browse the repository at this point in the history
  • Loading branch information
entn-at authored and danpovey committed May 7, 2018
1 parent f9b00e9 commit e18191c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/hkust/s5/local/hkust_segment.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python
#coding:utf-8

import sys
from __future__ import print_function
import sys
from mmseg import seg_txt
for line in sys.stdin:
blks = str.split(line)
Expand Down

0 comments on commit e18191c

Please sign in to comment.