Update grpc_gevent cython files to include .pxi

All files under `grpc/_cython/_cygrpc` in grpcio Python package
are used as include files and thus have a .pxi file extension.
grpc_gevent implementation was added in 1bfff8e, but didn't include the
.pxi file extension. Update these file names.
pull/15707/head
Naresh 7 years ago
parent 3089cc8c38
commit 435c6f8d1e
No known key found for this signature in database
GPG Key ID: 87C42C33C9D299B5
  1. 0
      src/python/grpcio/grpc/_cython/_cygrpc/grpc_gevent.pxd.pxi
  2. 0
      src/python/grpcio/grpc/_cython/_cygrpc/grpc_gevent.pyx.pxi
  3. 2
      src/python/grpcio/grpc/_cython/cygrpc.pxd
  4. 2
      src/python/grpcio/grpc/_cython/cygrpc.pyx

@ -29,4 +29,4 @@ include "_cygrpc/server.pxd.pxi"
include "_cygrpc/tag.pxd.pxi"
include "_cygrpc/time.pxd.pxi"
include "_cygrpc/grpc_gevent.pxd"
include "_cygrpc/grpc_gevent.pxd.pxi"

@ -36,7 +36,7 @@ include "_cygrpc/server.pyx.pxi"
include "_cygrpc/tag.pyx.pxi"
include "_cygrpc/time.pyx.pxi"
include "_cygrpc/grpc_gevent.pyx"
include "_cygrpc/grpc_gevent.pyx.pxi"
#
# initialize gRPC

Loading…
Cancel
Save