web/views/vcard.py
branchtls-sprint
changeset 728 a95b284150d1
parent 688 cddfbdee0eb3
child 889 609edca88406
--- a/web/views/vcard.py	Tue Feb 17 23:46:48 2009 +0100
+++ b/web/views/vcard.py	Tue Feb 17 23:47:23 2009 +0100
@@ -19,7 +19,7 @@
     title = _('vcard')
     templatable = False
     content_type = 'text/x-vcard'
-    __selectors__ = implements('EUser')        
+    __select__ = implements('EUser')        
 
     def set_request_content_type(self):
         """overriden to set a .vcf filename"""