fix print() in tests

This commit is contained in:
Dingyuan Wang 2015-02-11 20:45:55 +08:00
parent a229041e58
commit f3a53dd2da
4 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,5 @@
#encoding=utf-8
from __future__ import print_function
import sys
sys.path.append("../")
import jieba

View File

@ -1,4 +1,5 @@
#encoding=utf-8
from __future__ import print_function
import sys
sys.path.append("../")
import jieba

View File

@ -1,4 +1,5 @@
#encoding=utf-8
from __future__ import print_function
import sys
sys.path.append("../")
import jieba.posseg as pseg

View File

@ -1,4 +1,5 @@
#encoding=utf-8
from __future__ import print_function
import sys
sys.path.append("../")
import jieba