mailr7862 - /branches/multi_processor_merge/multi/processor.py


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

Header


Content

Posted by edward on October 20, 2008 - 21:48:
Author: bugman
Date: Mon Oct 20 21:48:35 2008
New Revision: 7862

URL: http://svn.gna.org/viewcvs/relax?rev=7862&view=rev
Log:
Alphabetical method sorting.


Modified:
    branches/multi_processor_merge/multi/processor.py

Modified: branches/multi_processor_merge/multi/processor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/multi/processor.py?rev=7862&r1=7861&r2=7862&view=diff
==============================================================================
--- branches/multi_processor_merge/multi/processor.py (original)
+++ branches/multi_processor_merge/multi/processor.py Mon Oct 20 21:48:35 2008
@@ -293,16 +293,6 @@
         self.handle_exception = self.default_handle_exception
 
 
-    def default_init_master(self, processor):
-        '''Start the main loop of the host application.
-
-        @param processor:   The processor instance.
-        @type processor:    multi.processor.Processor instance
-        '''
-
-        self.master.run()
-
-
     def default_handle_exception(self, processor, exception):
         '''Handle an exception raised in the processor framework.
 
@@ -323,6 +313,16 @@
         # note we print to __stdout__ as sys.stdout may be a wrapper we 
applied
         traceback.print_exc(file=sys.__stdout__)
         processor.abort()
+
+
+    def default_init_master(self, processor):
+        '''Start the main loop of the host application.
+
+        @param processor:   The processor instance.
+        @type processor:    multi.processor.Processor instance
+        '''
+
+        self.master.run()
 
 
 class Capturing_exception(Exception):




Related Messages


Powered by MHonArc, Updated Mon Oct 20 22:00:03 2008