--- a/app/soc/cache/base.py Fri Apr 03 17:21:26 2009 +0000
+++ b/app/soc/cache/base.py Fri Apr 03 17:23:53 2009 +0000
@@ -38,6 +38,8 @@
@wraps(func)
def wrapper(*args, **kwargs):
+ """Decorator wrapper method.
+ """
result, key = get(*args, **kwargs)
if result:
return result