| Index: recipe_modules/path/__init__.py
|
| diff --git a/recipe_modules/path/__init__.py b/recipe_modules/path/__init__.py
|
| index ada444523f417d52e31f5328d4a1b9daf5bd5b4f..fbace31bcdffd512148b255b4427f2038fb76d73 100644
|
| --- a/recipe_modules/path/__init__.py
|
| +++ b/recipe_modules/path/__init__.py
|
| @@ -1,7 +1,4 @@
|
| -# Copyright 2013 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.
|
| -
|
| DEPS = [
|
| 'platform',
|
| + 'properties',
|
| ]
|
|
|