commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8433 - trunk/gnue-forms/src/GFObjects


From: reinhard
Subject: [gnue] r8433 - trunk/gnue-forms/src/GFObjects
Date: Wed, 19 Apr 2006 07:29:35 -0500 (CDT)

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
     # -------------------------------------------------------------------------
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]