Skip to content

Commit

Permalink
Merge pull request #1532 from dhermes/bigtable-upgrade-grpc
Browse files Browse the repository at this point in the history
Upgrading Bigtable to gRPC 0.13.0.
  • Loading branch information
dhermes committed Feb 25, 2016
2 parents f87ee7e + 11066bb commit 9cb19bd
Show file tree
Hide file tree
Showing 9 changed files with 207 additions and 902 deletions.
13 changes: 0 additions & 13 deletions gcloud/bigtable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,4 @@
"""Google Cloud Bigtable API package."""


from __future__ import print_function
import sys

try:
from grpc._adapter import _c
except ImportError as exc: # pragma: NO COVER
if 'libgrpc.so' in str(exc):
print('gRPC libraries could not be located. Please see '
'instructions to locate these files. You\'ll want '
'to set your LD_LIBRARY_PATH variable to help '
'Python locate the libraries.', file=sys.stderr)
raise

from gcloud.bigtable.client import Client
165 changes: 0 additions & 165 deletions gcloud/bigtable/_generated/bigtable_cluster_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

145 changes: 0 additions & 145 deletions gcloud/bigtable/_generated/bigtable_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9cb19bd

Please sign in to comment.