Merge pull request #15707 from ghostwriternr/fix-cython-file-endings

Update grpc_gevent cython files to include .pxi.
reviewable/pr15274/r7
Nathaniel Manista 7 years ago committed by GitHub
commit 759eb90d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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