Skip to content

Commit

Permalink
Merge pull request protocolbuffers#4659 from calder/bazel-python-name…
Browse files Browse the repository at this point in the history
…space-fix

Declare 'google' namespace when importing Python protobuf via Bazel
  • Loading branch information
xfxyjwf committed May 24, 2018
2 parents f65f16a + 142cbe0 commit 8175c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ py_library(
name = "python_srcs",
srcs = glob(
[
"python/google/__init__.py",
"python/google/protobuf/*.py",
"python/google/protobuf/**/*.py",
],
Expand Down

0 comments on commit 8175c6e

Please sign in to comment.