| Index: appengine/findit/lib/cache_decorator.py
|
| diff --git a/appengine/findit/common/cache_decorator.py b/appengine/findit/lib/cache_decorator.py
|
| similarity index 99%
|
| rename from appengine/findit/common/cache_decorator.py
|
| rename to appengine/findit/lib/cache_decorator.py
|
| index 6f1bb1efe42dc866aa7841e4df8eb84db698f26f..d708844968d960d9415ee45e1b6b333c680e11bc 100644
|
| --- a/appengine/findit/common/cache_decorator.py
|
| +++ b/appengine/findit/lib/cache_decorator.py
|
| @@ -2,6 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# TODO(http://crbug.com/660466): We should try to break dependencies.
|
| +
|
| """This module provides a decorator to cache the results of a function.
|
|
|
| Examples:
|
|
|