Fix broken python3 build

This commit is contained in:
Eunji Jeong 2018-01-15 19:28:05 +09:00
parent 66264a9761
commit 85434931af
3 changed files with 3 additions and 0 deletions

View File

@ -19,5 +19,6 @@ py_library(
"astor/string_repr.py",
"astor/tree_walk.py",
],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)

View File

@ -14,5 +14,6 @@ py_library(
"gast/astn.py",
"gast/gast.py",
],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)

View File

@ -10,5 +10,6 @@ py_library(
srcs = [
"termcolor.py",
],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)