| Index: buildutil.py
|
| diff --git a/buildutil.py b/buildutil.py
|
| index 3700ef38ff0e8863054ed794a8c96f7863e235f6..2447b2ce28ebc3bee5f442face7961cf1ee6048e 100644
|
| --- a/buildutil.py
|
| +++ b/buildutil.py
|
| @@ -1,12 +1,7 @@
|
| -# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
| +# Copyright (c) 2009-2010 The Chromium OS Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import os
|
| -import web
|
| -from datetime import datetime
|
| -import time
|
| -
|
| class BuildObject(object):
|
| """
|
| Common base class that defines key paths in the source tree.
|
|
|