mailr13584 - /branches/gui_testing/generic_fns/pipes.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 13, 2011 - 13:17:
Author: bugman
Date: Wed Jul 13 13:17:13 2011
New Revision: 13584

URL: http://svn.gna.org/viewcvs/relax?rev=13584&view=rev
Log:
The Pipe_switch_observer singleton has also switched to the object base of 
Observer.


Modified:
    branches/gui_testing/generic_fns/pipes.py

Modified: branches/gui_testing/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/generic_fns/pipes.py?rev=13584&r1=13583&r2=13584&view=diff
==============================================================================
--- branches/gui_testing/generic_fns/pipes.py (original)
+++ branches/gui_testing/generic_fns/pipes.py Wed Jul 13 13:17:13 2011
@@ -302,7 +302,7 @@
 
         # First initialisation.
         if self.instance is None:
-            self.instance = dict.__new__(self, *args, **kargs)
+            self.instance = object.__new__(self, *args, **kargs)
 
         # Already initialised, so return the instance.
         return self.instance




Related Messages


Powered by MHonArc, Updated Wed Jul 13 13:20:02 2011