diff options
author | Masood Malekghassemi <atash@google.com> | 2016-06-06 19:25:36 -0700 |
---|---|---|
committer | Masood Malekghassemi <atash@google.com> | 2016-07-08 11:23:18 -0700 |
commit | 771dc7546a34fe2d93159c443cbb58244b0b2274 (patch) | |
tree | c8b09eb2b22e53f26f51ff43d747812f5e5c37c9 | |
parent | f5d5ad823d02a64b3aa6606652e869de21ea4c09 (diff) |
Remove misleading diagnostics message
-rw-r--r-- | src/python/grpcio/support.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/grpcio/support.py b/src/python/grpcio/support.py index 33244eb388..7730374df0 100644 --- a/src/python/grpcio/support.py +++ b/src/python/grpcio/support.py @@ -50,7 +50,6 @@ Could not find <Python.h>. This could mean the following: (check your environment variables or try re-installing?) * You're on Windows and your Python installation was somehow corrupted (check your environment variables or try re-installing?) - * Note: Windows users should look into installing `vcpython27`. """ C_CHECKS = { |