web/views/owl.py
branchtls-sprint
changeset 688 cddfbdee0eb3
parent 674 8580f1632055
child 939 ad72e06320e2
--- a/web/views/owl.py	Tue Feb 17 20:34:20 2009 +0100
+++ b/web/views/owl.py	Tue Feb 17 20:39:09 2009 +0100
@@ -155,7 +155,6 @@
     id = 'owlabox'
     title = _('owlabox')
     templatable = False
-    accepts = ('Any',)
     content_type = 'application/xml' # 'text/xml'
     
     def call(self):
@@ -170,11 +169,9 @@
 
         
 class OWLABOXItemView(EntityView):
-    '''This view represents a part of the ABOX for a given entity.'''
-    
+    '''This view represents a part of the ABOX for a given entity.'''    
     id = 'owlaboxitem'
     templatable = False
-    accepts = ('Any',)
     content_type = 'application/xml' # 'text/xml'
 
     def cell_call(self, row, col, skiprels=DEFAULT_SKIP_RELS):