From 5854a721e9aa833965ce7de63f52dca87025a6b2 Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Wed, 17 Feb 2016 22:14:00 +0000 Subject: 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 --- examples/py/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/py/BUILD') 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", -- cgit v1.2.3