From fcab4a9026bd70dee182137cfcb68fee04036d32 Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Mon, 22 Apr 2019 13:12:53 +0800 Subject: [PATCH] update paddlehub/__init__.py --- paddlehub/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paddlehub/__init__.py b/paddlehub/__init__.py index a6bce51d..04485ad8 100644 --- a/paddlehub/__init__.py +++ b/paddlehub/__init__.py @@ -13,6 +13,7 @@ # limitations under the License. #coding:utf-8 + import six from . import module @@ -49,4 +50,4 @@ from .finetune.strategy import DefaultStrategy if six.PY2: import sys reload(sys) - sys.setdefaultencoding("UTF-8") \ No newline at end of file + sys.setdefaultencoding("UTF-8") -- GitLab