web/views/vcard.py
branchtls-sprint
changeset 1416 67e3e9d93f2c
parent 1398 5fe84a5f7035
child 1802 d628defebc17
--- a/web/views/vcard.py	Tue Apr 21 18:18:36 2009 +0200
+++ b/web/views/vcard.py	Tue Apr 21 19:20:51 2009 +0200
@@ -49,4 +49,4 @@
             w(u'EMAIL;TYPE=INTERNET:%s\n' % email.address)
 
 from logilab.common.deprecation import class_renamed
-VCardEuserView = class_renamed('VCardEuserView', VCardCWUserView)
+VCardEuserView = VCardEUserView = class_renamed('VCardEuserView', VCardCWUserView)