mailr15405 - /1.3/multi/processor.py


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

Header


Content

Posted by edward on February 29, 2012 - 13:31:
Author: bugman
Date: Wed Feb 29 13:31:43 2012
New Revision: 15405

URL: http://svn.gna.org/viewcvs/relax?rev=15405&view=rev
Log:
The load_multiprocessor() function is no longer a static method of the 
Processor base class.

This function loads the correct Processor class, so doesn't need to be a 
method of the base class
and operates cleanly and more clearly as a stand alone function.


Modified:
    1.3/multi/processor.py

Modified: 1.3/multi/processor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/multi/processor.py?rev=15405&r1=15404&r2=15405&view=diff
==============================================================================
--- 1.3/multi/processor.py (original)
+++ 1.3/multi/processor.py Wed Feb 29 13:31:43 2012
@@ -377,10 +377,6 @@
             current command line.
     '''
 
-    # Register load multi_processor as a static function of the class.
-    # FIXME: cleanup move function into class
-    load_multiprocessor = staticmethod(load_multiprocessor)
-
 
     def __init__(self, processor_size, callback):
         '''Initialise the processor.




Related Messages


Powered by MHonArc, Updated Wed Feb 29 13:40:01 2012