Sign in
flutter
/
third_party
/
protobuf
/
a3faf080e355d2d89cb7a93a92f76ea5462c2ad0
/
.
/
six.BUILD
blob: 55c53a42319460ea70c40a76ecdb252916c666a5 [
file
]
genrule
(
name
=
"copy_six"
,
srcs
=
[
"six-1.10.0/six.py"
],
outs
=
[
"six.py"
],
cmd
=
"cp $< $(@)"
,
)
py_library
(
name
=
"six"
,
srcs
=
[
"six.py"
],
visibility
=
[
"//visibility:public"
],
)