| Index: media/tools/layout_tests/bug.py
|
| diff --git a/media/tools/layout_tests/bug.py b/media/tools/layout_tests/bug.py
|
| index 9492f6179f24edfaa36632a160b4e780e7fee322..df9b5f70fc2dd44a49f5f88efa48eb17e71e824c 100644
|
| --- a/media/tools/layout_tests/bug.py
|
| +++ b/media/tools/layout_tests/bug.py
|
| @@ -1,4 +1,3 @@
|
| -#!/usr/bin/python
|
| # Copyright (c) 2011 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.
|
| @@ -8,7 +7,7 @@
|
| import re
|
|
|
|
|
| -class Bug:
|
| +class Bug(object):
|
| """A class representing a bug.
|
|
|
| TODO(imasaki): add more functionalities here if bug-tracker API is available.
|
|
|