• Titouan Soulard's avatar
    ERP5Type: fix dummy memcached placeholder · 0345d19e
    Titouan Soulard authored
    When trying to use `MemcachedTool` without the `python-memcached` package,
    a dummy implementation is supposed to allow installation while giving a
    warning when called.
    
    This dummy implementation was broken because it was calling a wrong class,
    named `_MemcachedTool`, which did not exist. Instead, `_MemcacheTool` did
    exist and was used for the real implementation.
    
    This commit renames `_MemcacheTool` to `_MemcachedTool` to allow dummy
    implementation to work.
    0345d19e
MemcachedTool.py 11.6 KB