Hi,

Looking at the source code of keyedcache.__init__.py, I notice an undefined
variable being used tid in the last line:

def cache_set_request(key, val, uid=None):    if uid == None:
uid = cache_get_request_uid()    if uid>-1:        global
REQUEST_CACHE        if not uid in REQUEST_CACHE:
REQUEST_CACHE[uid] = {key:val}        else:
REQUEST_CACHE[tid][key] = val


I was wondering if its a typo.

With regards,
- Shailesh

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to