appobject.py
changeset 2821 526f44213b70
parent 2820 66b31686d92b
child 2822 f26578339214
--- a/appobject.py	Thu Aug 13 11:54:19 2009 +0200
+++ b/appobject.py	Thu Aug 13 11:56:49 2009 +0200
@@ -240,11 +240,6 @@
     __select__ = yes()
 
     @classmethod
-    def classid(cls):
-        """returns a unique identifier for the appobject"""
-        return '%s.%s' % (cls.__module__, cls.__name__)
-
-    @classmethod
     def __registered__(cls, registry):
         """called by the registry when the appobject has been registered.