fix the compatibility with Python2.5

This commit is contained in:
fxsjy 2013-07-25 10:25:24 +08:00
parent d4ede0fee6
commit 8e9b4bbe72
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import with_statement
import re import re
import os import os
import marshal import marshal

View File

@ -1,3 +1,4 @@
from __future__ import with_statement
import re import re
import os import os
import viterbi import viterbi