Making the renames file a bazel target.

PiperOrigin-RevId: 218238124
This commit is contained in:
Amit Patankar 2018-10-22 14:50:13 -07:00 committed by TensorFlower Gardener
parent 93851963bd
commit 98ddd91441

View File

@ -33,6 +33,12 @@ py_test(
],
)
py_library(
name = "renames_v2",
srcs = ["renames_v2.py"],
srcs_version = "PY2AND3",
)
py_binary(
name = "tf_upgrade_v2",
srcs = [