Эх сурвалжийг харах

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

Declare 'google' namespace when importing Python protobuf via Bazel
Feng Xiao 7 жил өмнө
parent
commit
8175c6e444
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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",
         ],