author | Laure Bourgois <Laure.Bourgois@logilab.fr> |
Mon, 23 Feb 2009 16:25:59 +0100 | |
changeset 926 | 6d3d693c0ad5 |
parent 925 | 84e823429f06 |
child 927 | bfcc610c3d5e |
--- a/web/views/euser.py Mon Feb 23 14:54:55 2009 +0100 +++ b/web/views/euser.py Mon Feb 23 16:25:59 2009 +0100 @@ -67,13 +67,7 @@ if emailaddr: self.w(u'<foaf:mbox>%s</foaf:mbox>\n' % html_escape(emailaddr)) self.w(u'</foaf:Person>\n') - -class FoafUsableView(FoafView): - id = 'foaf_usable' - - def call(self): - self.cell_call(0, 0) - + class EditGroups(EntityForm): """displays a simple euser / egroups editable table"""