entities/lib.py
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 1302 dd984d682ab0
child 1477 b056a49c16dc
--- a/entities/lib.py	Fri Apr 17 13:21:05 2009 +0200
+++ b/entities/lib.py	Fri Apr 17 16:55:37 2009 +0200
@@ -88,8 +88,8 @@
 Emailaddress.id = 'Emailaddress'
 
 
-class EProperty(AnyEntity):
-    id = 'EProperty'
+class CWProperty(AnyEntity):
+    id = 'CWProperty'
 
     fetch_attrs, fetch_order = fetch_config(['pkey', 'value'])    
     rest_attr = 'pkey'
@@ -144,9 +144,9 @@
         return self.synopsis or u''
 
 
-class ECache(AnyEntity):
+class CWCache(AnyEntity):
     """Cache"""
-    id = 'ECache'
+    id = 'CWCache'
     
     fetch_attrs, fetch_order = fetch_config(['name'])