Quellcode durchsuchen

Merge pull request #2834 from aj-michael/master

Make //:protobuf_python have correct __init__.py.
Jisi Liu vor 7 Jahren
Ursprung
Commit
27e877fdaa
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      BUILD

+ 1 - 0
BUILD

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