Skip to content

Commit 740825b

Browse files
author
Jonathon Belotti
authored
remove reference to 'rules_python_external', the original provinence of pip_install code (#492)
1 parent 03c4523 commit 740825b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pip_install/extract_wheels/lib/namespace_pkgs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def add_pkgutil_style_namespace_pkg_init(dir_path: str) -> None:
6868
ns_pkg_init_f.write(
6969
textwrap.dedent(
7070
"""\
71-
# __path__ manipulation added by rules_python_external to support namespace pkgs.
71+
# __path__ manipulation added by bazelbuild/rules_python to support namespace pkgs.
7272
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
7373
"""
7474
)

0 commit comments

Comments
 (0)