Skip to content

Commit 95cf4fe

Browse files
remove top level dirs from import
1 parent 2991357 commit 95cf4fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/wheel_tool.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ def extract_wheel(whl, directory, extras):
6767
name = "pkg",
6868
srcs = glob(["**/*.py"]),
6969
data = glob(["**/*"], exclude=["**/*.py", "**/* *", "BUILD", "WORKSPACE"]),
70-
# This makes this directory a top-level in the python import
71-
# search path for anything that depends on this.
72-
imports = ["."],
7370
deps = [{dependencies}],
7471
)
7572

0 commit comments

Comments
 (0)