We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c4523 commit 740825bCopy full SHA for 740825b
python/pip_install/extract_wheels/lib/namespace_pkgs.py
@@ -68,7 +68,7 @@ def add_pkgutil_style_namespace_pkg_init(dir_path: str) -> None:
68
ns_pkg_init_f.write(
69
textwrap.dedent(
70
"""\
71
- # __path__ manipulation added by rules_python_external to support namespace pkgs.
+ # __path__ manipulation added by bazelbuild/rules_python to support namespace pkgs.
72
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
73
"""
74
)
0 commit comments