Commit 6bf48717 authored by Vincent Pelletier's avatar Vincent Pelletier

Oops, forgot to commit a pseudo-constant required by previous patch. Sorry.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14366 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f231b419
......@@ -49,6 +49,7 @@ if memcache is not None:
MARKER = tuple()
UPDATE_ACTION = 'update'
DELETE_ACTION = 'delete'
MEMCACHED_MINIMUM_KEY_CHAR_ORD = ord(' ')
class MemcachedDict(TM):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment