xref: /third_party/protobuf/python/google/protobuf/pyext/__init__.py (revision ffe3c632)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/protobuf/python/google/protobuf/pyext/
1try:
2  __import__('pkg_resources').declare_namespace(__name__)
3except ImportError:
4  __path__ = __import__('pkgutil').extend_path(__path__, __name__)
5

Indexes created Thu Nov 07 10:32:03 CST 2024