diff -r 70337ad23145 -r 865de6759a53 cubicweb/entities/authobjs.py --- a/cubicweb/entities/authobjs.py Mon Jun 06 15:28:35 2016 +0200 +++ b/cubicweb/entities/authobjs.py Mon Jun 06 15:17:23 2016 +0200 @@ -181,7 +181,3 @@ XXX Deprecate me ASAP""" return self - -from logilab.common.deprecation import class_renamed -EUser = class_renamed('EUser', CWUser) -EGroup = class_renamed('EGroup', CWGroup)