aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2016-08-10 02:03:07 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2016-08-10 02:03:07 +0000
commit2fd19a6f4d98af4faf11839479f5546bdb3552a7 (patch)
tree582dd07400a59a236d9df0c0e2fa3d515caa2f62 /examples/python
parent10776b99cfa17dceae79f2e96d6b694b3d636db2 (diff)
Upgrade one forgotten example code site to GA API
This should have been included in 46585e23f14b0463c4b7a0d04d72d712.
Diffstat (limited to 'examples/python')
-rw-r--r--examples/python/route_guide/route_guide_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/route_guide/route_guide_server.py b/examples/python/route_guide/route_guide_server.py
index 4e780a70a1..3ffe678476 100644
--- a/examples/python/route_guide/route_guide_server.py
+++ b/examples/python/route_guide/route_guide_server.py
@@ -68,7 +68,7 @@ def get_distance(start, end):
R = 6371000; # metres
return R * c;
-class RouteGuideServicer(route_guide_pb2.BetaRouteGuideServicer):
+class RouteGuideServicer(route_guide_pb2.RouteGuideServicer):
"""Provides methods that implement functionality of route guide server."""
def __init__(self):