Update sdk/platform-tools to version 26.0.0.
[android_tools.git] / sdk / platform-tools / systrace / catapult / telemetry / telemetry / internal / testing / dependency_test_dir / other_animals / moose / moose / moose_object.py
blob1e87ea4961c2116c0acf4dded6ba1133fd18a159
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 from horn import horn_object # pylint: disable=relative-import
7 class Moose(object):
8 def __init__(self):
9 self._horn = horn_object.Horn()
11 def Run(self):
12 if self._horn.IsBig():
13 print 'I need to drop my horn! It is big!'