Files
provisioning_sdk_source/six.BUILD
2019-01-23 15:16:31 -08:00

16 lines
539 B
Plaintext

################################################################################
# Copyright 2017 Google LLC.
#
# This software is licensed under the terms defined in the Widevine Master
# License Agreement. For a copy of this agreement, please contact
# widevine-licensing@google.com.
################################################################################
# Build target for six. Needed by py_proto_library.
py_library(
name = "six",
srcs = ["six.py"],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)