mailr15954 - in /branches/uf_redesign: prompt/__init__.py user_functions/__init__.py


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

Header


Content

Posted by edward on May 04, 2012 - 10:40:
Author: bugman
Date: Fri May  4 10:40:25 2012
New Revision: 15954

URL: http://svn.gna.org/viewcvs/relax?rev=15954&view=rev
Log:
Updated the user_function and prompt packages __all__ lists.


Modified:
    branches/uf_redesign/prompt/__init__.py
    branches/uf_redesign/user_functions/__init__.py

Modified: branches/uf_redesign/prompt/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/prompt/__init__.py?rev=15954&r1=15953&r2=15954&view=diff
==============================================================================
--- branches/uf_redesign/prompt/__init__.py (original)
+++ branches/uf_redesign/prompt/__init__.py Fri May  4 10:40:25 2012
@@ -50,10 +50,10 @@
            'monte_carlo',
            'n_state_model',
            'noe',
+           'objects',
            'palmer',
            'paramag',
            'pcs',
-           'pipe',
            'pymol_control',
            'rdc',
            'relax_data',

Modified: branches/uf_redesign/user_functions/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/__init__.py?rev=15954&r1=15953&r2=15954&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/__init__.py (original)
+++ branches/uf_redesign/user_functions/__init__.py Fri May  4 10:40:25 2012
@@ -26,8 +26,17 @@
 This package contains all information and details about user functions, from 
documentation to icons to be used in the GUI.  This package contains a 
special data structure which will be used by the different UIs to 
automatically generate their interfaces to the user functions.
 """
 
-# The __all__ package list.
-__all__ = ['']
+# The __all__ package list (main modules).
+__all__ = [
+    'data',
+    'functions',
+    'objects'
+]
+
+# The __all__ package list (user function modules).
+__all__ += [
+    'pipe'
+]
 
 # Import all the modules to set up the data.
 import user_functions.pipe




Related Messages


Powered by MHonArc, Updated Fri May 04 11:00:02 2012