Author: reinhard
Date: 2006-04-19 07:29:35 -0500 (Wed, 19 Apr 2006)
New Revision: 8433

Modified:
   trunk/gnue-forms/src/GFObjects/GFObj.py
Log:
Inherit the better __repr__ implementation from GTriggerCore.


Modified: trunk/gnue-forms/src/GFObjects/GFObj.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFObj.py     2006-04-19 12:28:41 UTC (rev 
8432)
+++ trunk/gnue-forms/src/GFObjects/GFObj.py     2006-04-19 12:29:35 UTC (rev 
8433)
@@ -85,16 +85,6 @@
 
 
     # -------------------------------------------------------------------------
-    # String representation
-    # -------------------------------------------------------------------------
-
-    def __repr__(self):
-
-        return '<%s instance (%s) at %s>' % \
-                (self.__class__, self.name, id(self))
-
-
-    # -------------------------------------------------------------------------
     # Check wether an object is navigable or not
     # -------------------------------------------------------------------------
 



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to