Explorar o código

Merge pull request #2834 from aj-michael/master

Make //:protobuf_python have correct __init__.py.
Jisi Liu %!s(int64=7) %!d(string=hai) anos
pai
achega
27e877fdaa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      BUILD

+ 1 - 0
BUILD

@@ -735,6 +735,7 @@ py_proto_library(
         ":python_srcs",
         ":python_srcs",
         "//external:six",
         "//external:six",
     ],
     ],
+    py_extra_srcs = glob(["python/**/__init__.py"]),
     srcs_version = "PY2AND3",
     srcs_version = "PY2AND3",
     visibility = ["//visibility:public"],
     visibility = ["//visibility:public"],
 )
 )