8000 Move to google-cloud [(#544)](https://github.com/GoogleCloudPlatform/… · busunkim96/python-bigtable@19f93ec · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 19f93ec

Browse files
author
Jon Wayne Parrott
authored
1 parent c6e5e35 commit 19f93ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/hello_happybase/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
import argparse
2828

29-
from gcloud import bigtable
30-
from gcloud.bigtable import happybase
29+
from google.cloud import bigtable
30+
from google.cloud import happybase
3131

3232

3333
def main(project_id, instance_id, table_name):
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gcloud[grpc]==0.18.3
1+
google-cloud-happybase==0.20.0

0 commit comments

Comments
 (0)
0