mailr15702 - /1.3/multi/__init__.py


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

Header


Content

Posted by edward on April 13, 2012 - 09:45:
Author: bugman
Date: Fri Apr 13 09:45:51 2012
New Revision: 15702

URL: http://svn.gna.org/viewcvs/relax?rev=15702&view=rev
Log:
Updated the multi-processor package __all__ list.

This allows the relax unit tests to pass.


Modified:
    1.3/multi/__init__.py

Modified: 1.3/multi/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/multi/__init__.py?rev=15702&r1=15701&r2=15702&view=diff
==============================================================================
--- 1.3/multi/__init__.py (original)
+++ 1.3/multi/__init__.py Fri Apr 13 09:45:51 2012
@@ -119,14 +119,15 @@
 """
 
 
-__all__ = ['api',
-           'commands',
-           'memo',
+__all__ = ['memo',
            'misc',
            'mpi4py_processor',
            'multi_processor_base',
+           'processor',
            'processor_io',
-           'processor',
+           'result_commands',
+           'result_queue',
+           'slave_commands',
            'uni_processor']
 
 # Python module imports.




Related Messages


Powered by MHonArc, Updated Fri Apr 13 14:20:02 2012