Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / lib / paygen / download_cache.py
index f3788d2..3570ec5 100644 (file)
@@ -2,7 +2,10 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-"""Downloads files upon request in a thread/process safe way."""
+"""Downloads files upon request in a thread/process safe way.
+
+DEPRECATED: Should be merged into chromite.lib.cache.
+"""
 
 from __future__ import print_function