web/views/dynimages.py
branchtls-sprint
changeset 728 a95b284150d1
parent 688 cddfbdee0eb3
child 984 536e421b082b
--- a/web/views/dynimages.py	Tue Feb 17 23:46:48 2009 +0100
+++ b/web/views/dynimages.py	Tue Feb 17 23:47:23 2009 +0100
@@ -109,7 +109,7 @@
 class EETypeSchemaImageView(TmpFileViewMixin, EntityView):
     id = 'eschemagraph'
     content_type = 'image/png'
-    __selectors__ = implements('EEType')
+    __select__ = implements('EEType')
     skip_rels = ('owned_by', 'created_by', 'identity', 'is', 'is_instance_of')
     
     def _generate(self, tmpfile):
@@ -121,7 +121,7 @@
                        prophdlr=RestrictedSchemaDotPropsHandler(self.req))
 
 class ERTypeSchemaImageView(EETypeSchemaImageView):
-    __selectors__ = implements('ERType')
+    __select__ = implements('ERType')
     
     def _generate(self, tmpfile):
         """display schema information for an entity"""
@@ -187,7 +187,7 @@
 class EETypeWorkflowImageView(TmpFileViewMixin, EntityView):
     id = 'ewfgraph'
     content_type = 'image/png'
-    __selectors__ = implements('EEType')
+    __select__ = implements('EEType')
     
     def _generate(self, tmpfile):
         """display schema information for an entity"""