class has been dropped tls-sprint
authorsylvain.thenault@logilab.fr
Mon, 11 May 2009 11:30:42 +0200
branchtls-sprint
changeset 1722 62f3fefb22f4
parent 1721 694f6a50e138
child 1723 30c3a713ab61
class has been dropped
web/views/cwuser.py
--- a/web/views/cwuser.py	Mon May 11 11:20:38 2009 +0200
+++ b/web/views/cwuser.py	Mon May 11 11:30:42 2009 +0200
@@ -76,6 +76,3 @@
         if emailaddr:
             self.w(u'<foaf:mbox>%s</foaf:mbox>\n' % html_escape(emailaddr))
         self.w(u'</foaf:Person>\n')
-
-from logilab.common.deprecation import class_renamed
-EUserPrimaryView = class_renamed('EUserPrimaryView', CWUserPrimaryView)