Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored Sep 30, 2016
1 parent c6e5e35 commit 19f93ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions samples/hello_happybase/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion samples/hello_happybase/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gcloud[grpc]==0.18.3
google-cloud-happybase==0.20.0

0 comments on commit 19f93ec

Please sign in to comment.