Upgrade one forgotten example code site to GA API

This should have been included in 46585e23f1.
pull/7691/head
Nathaniel Manista 9 years ago
parent 10776b99cf
commit 2fd19a6f4d
  1. 2
      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):

Loading…
Cancel
Save