aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/py/BUILD
diff options
context:
space:
mode:
authorGravatar Julio Merino <jmmv@google.com>2016-02-17 22:14:00 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-17 22:54:05 +0000
commit5854a721e9aa833965ce7de63f52dca87025a6b2 (patch)
tree74f817a5d45fc5d12228c43509f57d4031363f59 /examples/py/BUILD
parentef0ca95a77645f74cee1135f62477057c88b9164 (diff)
Turn //tools/build_rules into a package.
This is in preparation for another change that will add a new helper script to the tools/build_rules directory, and such script requires a BUILD rule of its own. -- MOS_MIGRATED_REVID=114898083
Diffstat (limited to 'examples/py/BUILD')
-rw-r--r--examples/py/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/py/BUILD b/examples/py/BUILD
index b58477831a..7570f578dd 100644
--- a/examples/py/BUILD
+++ b/examples/py/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
-load("//tools:build_rules/py_rules.bzl", "py_library", "py_binary")
+load("//tools/build_rules:py_rules.bzl", "py_library", "py_binary")
py_library(
name = "lib",