From 581d931175b56a5aa190d142eef57b1154016764 Mon Sep 17 00:00:00 2001 From: codecakes Date: Wed, 29 Apr 2020 19:04:41 +0530 Subject: [PATCH] Update BUILD full name? --- examples/py/hello_world/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/py/hello_world/BUILD b/examples/py/hello_world/BUILD index 805981f..b3a45ad 100644 --- a/examples/py/hello_world/BUILD +++ b/examples/py/hello_world/BUILD @@ -3,7 +3,8 @@ Example taken from the official App Engine examples: https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/appengine/standard/hello_world """ -load("//appengine:py_appengine.bzl", "py_appengine_binary") +load("@io_bazel_rules_appengine//appengine:py_appengine.bzl", "py_appengine_binary") + py_appengine_binary( name = "main",