Sign in
bazel
/
bazel
/
05e2c5b4e0da2f88e12d95adbc63cc3d46a6fca6
/
.
/
tools
/
python
/
BUILD
blob: 6933f9d4197a4e2a7894cdc2d13514a2fc9c9578 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
sh_binary
(
name
=
"2to3"
,
srcs
=
[
"2to3.sh"
],
)
filegroup
(
name
=
"srcs"
,
srcs
=
[
# Tools are build from the workspace for tests.
"2to3.sh"
,
"BUILD"
,
],
)