server/hookhelper.py
branchstable
changeset 4840 c02a340cd1da
parent 4719 aaed3f813ef8
child 5421 8167de96c523
--- a/server/hookhelper.py	Tue Mar 09 10:53:38 2010 +0100
+++ b/server/hookhelper.py	Tue Mar 09 10:53:55 2010 +0100
@@ -13,7 +13,6 @@
 
 @deprecated('[3.6] entity_oldnewvalue should be imported from cw.server.hook')
 def entity_oldnewvalue(entity, attr):
-    """return the "name" attribute of the entity with the given eid"""
     return hook.entity_oldnewvalue(entity, attr)
 
 @deprecated('[3.6] entity_name is deprecated, use entity.name')