[Erp5-report] r27498 - /erp5/trunk/products/ERP5Type/PropertySheet/DistributedRamCache.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jun 10 16:10:52 CEST 2009
Author: nicolas
Date: Wed Jun 10 16:10:50 2009
New Revision: 27498
URL: http://svn.erp5.org?rev=27498&view=rev
Log:
Change property server by relation to link to Memcached Plugin object
Modified:
erp5/trunk/products/ERP5Type/PropertySheet/DistributedRamCache.py
Modified: erp5/trunk/products/ERP5Type/PropertySheet/DistributedRamCache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/PropertySheet/DistributedRamCache.py?rev=27498&r1=27497&r2=27498&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/PropertySheet/DistributedRamCache.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/PropertySheet/DistributedRamCache.py [utf8] Wed Jun 10 16:10:50 2009
@@ -31,11 +31,4 @@
"""
"""
- _properties = (
- {'id' : 'server',
- 'description' : 'Memcached server address( you can specify multiple servers by separating them with ;)',
- 'type' : 'string',
- 'default' : '127.0.0.1:11211',
- },
- )
-
+ _categories = ( 'specialise', )
More information about the Erp5-report
mailing list