| Index: tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/horn/horn_object.py
|
| diff --git a/tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/cat/cat/cat_object.py b/tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/horn/horn_object.py
|
| similarity index 75%
|
| copy from tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/cat/cat/cat_object.py
|
| copy to tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/horn/horn_object.py
|
| index 4e18a92dd6dea95a5ff087baa7edd6b56695ee2b..b0757f5d9de8f1d7cb3e5604e93e1341ee69219f 100644
|
| --- a/tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/cat/cat/cat_object.py
|
| +++ b/tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/horn/horn_object.py
|
| @@ -2,6 +2,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -class Cat(object):
|
| - def Run(self):
|
| - print 'Meow'
|
| +class Horn(object):
|
| + def IsBig(self):
|
| + return True
|
|
|