aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2018-05-24 16:35:16 -0700
committerGravatar GitHub <noreply@github.com>2018-05-24 16:35:16 -0700
commit8175c6e4441030734462c705cab8f1120e538bc4 (patch)
treef0bfa37ff331845908942ec49bf5639fbc097a00 /BUILD
parentf65f16a73415ff2117b92ec3eff1c360eba9c152 (diff)
parent142cbe0d57c6ad096d305c966f436bed8da90ded (diff)
Merge pull request #4659 from calder/bazel-python-namespace-fix
Declare 'google' namespace when importing Python protobuf via Bazel
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 7287741f..191ab929 100644
--- a/BUILD
+++ b/BUILD
@@ -640,6 +640,7 @@ py_library(
name = "python_srcs",
srcs = glob(
[
+ "python/google/__init__.py",
"python/google/protobuf/*.py",
"python/google/protobuf/**/*.py",
],