| Index: infra/tools/new_tool/templates/tool.template
|
| diff --git a/infra/tools/antibody/antibody.py b/infra/tools/new_tool/templates/tool.template
|
| similarity index 56%
|
| copy from infra/tools/antibody/antibody.py
|
| copy to infra/tools/new_tool/templates/tool.template
|
| index 09968a588556412639d8b00316119baf12c48885..27997952d8b8529d42447a7a3b10de6a162bafc7 100644
|
| --- a/infra/tools/antibody/antibody.py
|
| +++ b/infra/tools/new_tool/templates/tool.template
|
| @@ -1,8 +1,4 @@
|
| -# Copyright 2015 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -"""Testable functions for Antibody."""
|
| +"""Testable functions for {Toolname}."""
|
|
|
| import logging
|
|
|
|
|