Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading Bigtable to gRPC 0.13.0. #1532

Merged
merged 3 commits into from
Feb 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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