From 19f93eca31a654446bd4018cc2238a3e2bfc48b3 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Thu, 29 Sep 2016 20:51:47 -0700 Subject: [PATCH] Move to google-cloud [(#544)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/544) --- samples/hello_happybase/main.py | 4 ++-- samples/hello_happybase/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/hello_happybase/main.py b/samples/hello_happybase/main.py index 519eedc06..0668402f8 100644 --- a/samples/hello_happybase/main.py +++ b/samples/hello_happybase/main.py @@ -26,8 +26,8 @@ import argparse -from gcloud import bigtable -from gcloud.bigtable import happybase +from google.cloud import bigtable +from google.cloud import happybase def main(project_id, instance_id, table_name): diff --git a/samples/hello_happybase/requirements.txt b/samples/hello_happybase/requirements.txt index a14adce81..ececa7ae5 100644 --- a/samples/hello_happybase/requirements.txt +++ b/samples/hello_happybase/requirements.txt @@ -1 +1 @@ -gcloud[grpc]==0.18.3 +google-cloud-happybase==0.20.0