Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 740825b

Browse filesBrowse files
author
Jonathon Belotti
authored
remove reference to 'rules_python_external', the original provinence of pip_install code (bazel-contrib#492)
1 parent 03c4523 commit 740825b
Copy full SHA for 740825b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎python/pip_install/extract_wheels/lib/namespace_pkgs.py

Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/namespace_pkgs.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.