Author: dmeyer
Date: Sat Mar 11 18:34:02 2006
New Revision: 8070

Modified:
   trunk/core/src/ipc/mbus_wrapper.py

Log:
remove debug functions

Modified: trunk/core/src/ipc/mbus_wrapper.py
==============================================================================
--- trunk/core/src/ipc/mbus_wrapper.py  (original)
+++ trunk/core/src/ipc/mbus_wrapper.py  Sat Mar 11 18:34:02 2006
@@ -192,13 +192,6 @@
     def register(self, prefix):
         self.rpc('mbus.register', None).call(prefix)
 
-    def __str__(self):
-        return '<RemoteEntity %s>' % self.addr
-
-    def __getattr__(self, attr):
-        log.error('no attr %s for %s' % (attr, self))
-        raise AttributeError('no %s for %s' % (attr, self))
-
     def __nonzero__(self):
         return self.valid
 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to