[entities] Drop very old backward compat
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 06 Jun 2016 15:17:23 +0200
changeset 11349 865de6759a53
parent 11348 70337ad23145
child 11350 de466349b742
[entities] Drop very old backward compat from erudi time (even the standard datetime type didn't exist at that time)
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)