diff --git a/product/ERP5Type/PropertySheet/DistributedRamCache.py b/product/ERP5Type/PropertySheet/DistributedRamCache.py index 776eadc150acd94a636be1d8db1c07ca521fb1e5..ebe1c70b9045795926929d9a7ce78620605aca2d 100644 --- a/product/ERP5Type/PropertySheet/DistributedRamCache.py +++ b/product/ERP5Type/PropertySheet/DistributedRamCache.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- ############################################################################## # # Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved. @@ -30,7 +31,7 @@ class DistributedRamCache: """ """ - _properties = ( + _properties = ( {'id' : 'server', 'description' : 'Memcached server address( you can specify multiple servers by separating them with ;)', 'type' : 'string',