From 451e0446abc40f46b5941c3feedb111e920c9959 Mon Sep 17 00:00:00 2001 From: Thomas Hisch Date: Mon, 9 Apr 2018 21:43:10 +0200 Subject: Add __init__.py files to compiler and util subpackages (#4117) The compiler and util subpackages are created by the build_py class in setup.py. This has caused an issue in the protobuf package in conda-forge (https://github.com/conda-forge/protobuf-feedstock/issues/40), which is fixed by this commit. --- python/google/protobuf/compiler/__init__.py | 0 python/google/protobuf/util/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 python/google/protobuf/compiler/__init__.py create mode 100644 python/google/protobuf/util/__init__.py (limited to 'python/google') diff --git a/python/google/protobuf/compiler/__init__.py b/python/google/protobuf/compiler/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/python/google/protobuf/util/__init__.py b/python/google/protobuf/util/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3