From 58a83b441b5d2953ff6194ec98880ea8861dc328 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Thu, 11 Jun 2009 07:48:00 +0000 Subject: [PATCH] typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27512 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Core/DistributedRamCache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5Type/Core/DistributedRamCache.py b/product/ERP5Type/Core/DistributedRamCache.py index 12ec225e07..f8ca91227b 100644 --- a/product/ERP5Type/Core/DistributedRamCache.py +++ b/product/ERP5Type/Core/DistributedRamCache.py @@ -41,8 +41,8 @@ class DistributedRamCache(XMLObject): the Distributed RAM Cache real cache plugin object. """ - meta_type='ERP5 Distributed Ram Cache' - portal_type='Distributed Ram Cache' + meta_type = 'ERP5 Distributed Ram Cache' + portal_type = 'Distributed Ram Cache' isPortalContent = 1 isRADContent = 1 -- 2.30.9