Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f2639283d8a4388ecb3b9cb41b97c47e18a901b1
/
.
/
third_party
/
protobuf
/
six.BUILD
blob: fb0b3604cdf443f88ec73de70c4e98e742bda46b [
file
] [
log
] [
blame
]
genrule
(
name
=
"copy_six"
,
srcs
=
[
"six-1.10.0/six.py"
],
outs
=
[
"six.py"
],
cmd
=
"cp $< $(@)"
,
)
py_library
(
name
=
"six"
,
srcs
=
[
"six.py"
],
srcs_version
=
"PY2AND3"
,
visibility
=
[
"//visibility:public"
],
)