Browse Source

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

Declare 'google' namespace when importing Python protobuf via Bazel
Feng Xiao 7 years ago
parent
commit
8175c6e444
1 changed files with 1 additions and 0 deletions
  1. 1 0
      BUILD

+ 1 - 0
BUILD

@@ -640,6 +640,7 @@ py_library(
     name = "python_srcs",
     srcs = glob(
         [
+            "python/google/__init__.py",
             "python/google/protobuf/*.py",
             "python/google/protobuf/**/*.py",
         ],