From b4ae7badc8631bf5c5a8e04f98fe86bce0a2a4c0 Mon Sep 17 00:00:00 2001 From: guru4elephant Date: Tue, 4 Feb 2020 10:00:32 +0800 Subject: [PATCH] refine import message --- python/examples/imdb/test_client.py | 2 +- python/examples/imdb/test_client_batch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/examples/imdb/test_client.py b/python/examples/imdb/test_client.py index ab52c2dc..c4d2d799 100644 --- a/python/examples/imdb/test_client.py +++ b/python/examples/imdb/test_client.py @@ -1,4 +1,4 @@ -from paddle_serving import Client +from paddle_serving.serving_client import Client import sys client = Client() diff --git a/python/examples/imdb/test_client_batch.py b/python/examples/imdb/test_client_batch.py index 36f0120d..002e6755 100644 --- a/python/examples/imdb/test_client_batch.py +++ b/python/examples/imdb/test_client_batch.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from paddle_serving import Client +from paddle_serving.serving_client import Client import sys import subprocess from multiprocessing import Pool -- GitLab