app/soc/logic/models/base.py
changeset 2161 3b5e0e0880cd
parent 2030 a21ee5f0591d
child 2190 399fc9411abc
--- a/app/soc/logic/models/base.py	Sat Apr 11 22:58:19 2009 +0000
+++ b/app/soc/logic/models/base.py	Sat Apr 11 22:58:57 2009 +0000
@@ -176,21 +176,6 @@
 
     return ['scope_path', 'link_id']
 
-  def getKeySuffix(self, entity):
-    """Returns a suffix for the specified entity or None if no entity specified.
-
-    Args:
-      entity: the entity for which to get the suffix
-    """
-
-    if not entity:
-      return None
-
-    key_values = self.getKeyValuesFromEntity(entity)
-    suffix = '/'.join(key_values)
-
-    return suffix
-
   def getKeyFieldsFromFields(self, dictionary):
     """Does any required massaging and filtering of dictionary.