Unverified Commit 8175c6e4 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #4659 from calder/bazel-python-namespace-fix

Declare 'google' namespace when importing Python protobuf via Bazel
parents f65f16a7 142cbe0d
......@@ -640,6 +640,7 @@ py_library(
name = "python_srcs",
srcs = glob(
[
"python/google/__init__.py",
"python/google/protobuf/*.py",
"python/google/protobuf/**/*.py",
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment