aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/astor.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/astor.BUILD')
-rw-r--r--third_party/astor.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/astor.BUILD b/third_party/astor.BUILD
index c244e47ab7..58fe9acf33 100644
--- a/third_party/astor.BUILD
+++ b/third_party/astor.BUILD
@@ -19,5 +19,6 @@ py_library(
"astor/string_repr.py",
"astor/tree_walk.py",
],
+ srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)