Unverified Commit 27e877fd authored by Jisi Liu's avatar Jisi Liu Committed by GitHub

Merge pull request #2834 from aj-michael/master

Make //:protobuf_python have correct __init__.py.
parents 31c54d12 6044b24c
...@@ -735,6 +735,7 @@ py_proto_library( ...@@ -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"],
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment