entities/lib.py
changeset 1410 dc22b5461850
parent 583 d0c6f5efb837
child 1477 b056a49c16dc
--- a/entities/lib.py	Mon Apr 20 10:50:36 2009 +0200
+++ b/entities/lib.py	Mon Apr 20 11:22:06 2009 -0700
@@ -139,20 +139,6 @@
     def action_url(self):
         return self.absolute_url() + '/follow'
 
-
-class Card(AnyEntity):
-    """customized class for Card entities"""
-    id = 'Card'
-    rest_attr = 'wikiid'
-    
-    fetch_attrs, fetch_order = fetch_config(['title'])
-
-    def dc_title(self):
-        return self.title
-
-    def dc_description(self, format='text/plain'):
-        return self.synopsis or u''
-
 class ECache(AnyEntity):
     """Cache"""
     id = 'ECache'