Skip to content

Commit

Permalink
Include __init__.py for google.* python namespacing
Browse files Browse the repository at this point in the history
Related to protocolbuffers#1296: The issue seems to be fixed for consumers of the
python protobuf package from pypi, but not for anyone getting it from
here as a Bazel remote repository.
  • Loading branch information
benley committed Jul 31, 2017
1 parent 9b505a9 commit 51235c2
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 @@ -641,6 +641,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 51235c2

Please sign in to comment.