# HG changeset patch # User Sylvain Thénault # Date 1465219043 -7200 # Node ID 865de6759a530c124cfd4c2ea382c77220c79b25 # Parent 70337ad23145623a54a00b3fa010a6609e4263d7 [entities] Drop very old backward compat from erudi time (even the standard datetime type didn't exist at that time) 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)