cubicweb/entities/authobjs.py
changeset 11349 865de6759a53
parent 11348 70337ad23145
child 11350 de466349b742
equal deleted inserted replaced
11348:70337ad23145 11349:865de6759a53
   179         have a user attribute inherited from SessionRequestBase prototype. This
   179         have a user attribute inherited from SessionRequestBase prototype. This
   180         ugly hack allows to not break user of the user method.
   180         ugly hack allows to not break user of the user method.
   181 
   181 
   182         XXX Deprecate me ASAP"""
   182         XXX Deprecate me ASAP"""
   183         return self
   183         return self
   184 
       
   185 from logilab.common.deprecation import class_renamed
       
   186 EUser = class_renamed('EUser', CWUser)
       
   187 EGroup = class_renamed('EGroup', CWGroup)