Skip to content

Commit

Permalink
fix test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fxsjy committed Feb 11, 2015
1 parent 8cbb26a commit 5bfa43a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_bug.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#encoding=utf-8
from __future__ import print_function
import sys
sys.path.append("../")
import jieba
Expand Down
1 change: 1 addition & 0 deletions test/test_change_dictpath.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#encoding=utf-8
from __future__ import print_function
import sys
sys.path.append("../")
import jieba
Expand Down
1 change: 1 addition & 0 deletions test/test_cut_for_search.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#encoding=utf-8
from __future__ import print_function
import sys
sys.path.append("../")
import jieba
Expand Down
1 change: 1 addition & 0 deletions test/test_tokenize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#encoding=utf-8
from __future__ import print_function,unicode_literals
import sys
sys.path.append("../")
import jieba
Expand Down
1 change: 1 addition & 0 deletions test/test_tokenize_no_hmm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#encoding=utf-8
from __future__ import print_function,unicode_literals
import sys
sys.path.append("../")
import jieba
Expand Down

0 comments on commit 5bfa43a

Please sign in to comment.