Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7563)

Unified Diff: appengine/findit/lib/cache_decorator.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: reordering imports Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/lib/__init__.py ('k') | appengine/findit/lib/gitiles/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « appengine/findit/lib/__init__.py ('k') | appengine/findit/lib/gitiles/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698