changeset 1046:9e93cad9357b beta

fixed caching query to propagate data_dir default from beaker
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 15 Feb 2011 01:36:35 +0100
parents 3fc9183e05dd
children 15b60f83420c
files rhodecode/model/caching_query.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/model/caching_query.py	Tue Feb 15 01:36:07 2011 +0100
+++ b/rhodecode/model/caching_query.py	Tue Feb 15 01:36:35 2011 +0100
@@ -53,7 +53,7 @@
 
     The FromCache and RelationshipCache mapper options below represent
     the "public" method of configuring this state upon the CachingQuery.
-    
+
     """
 
     def __init__(self, manager, *args, **kw):