mailr13912 - in /branches/gui_testing: ./ specific_fns/setup.py


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

Header


Content

Posted by edward on July 26, 2011 - 22:27:
Author: bugman
Date: Tue Jul 26 22:27:03 2011
New Revision: 13912

URL: http://svn.gna.org/viewcvs/relax?rev=13912&view=rev
Log:
Merged revisions 13909 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r13909 | bugman | 2011-07-26 22:18:51 +0200 (Tue, 26 Jul 2011) | 3 lines
  
  The data_type() API method is now exposed.
........

Modified:
    branches/gui_testing/   (props changed)
    branches/gui_testing/specific_fns/setup.py

Propchange: branches/gui_testing/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Jul 26 22:27:03 2011
@@ -1,1 +1,1 @@
-/1.3:1-13906
+/1.3:1-13911

Modified: branches/gui_testing/specific_fns/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/specific_fns/setup.py?rev=13912&r1=13911&r2=13912&view=diff
==============================================================================
--- branches/gui_testing/specific_fns/setup.py (original)
+++ branches/gui_testing/specific_fns/setup.py Tue Jul 26 22:27:03 2011
@@ -87,6 +87,10 @@
         if eqi == 'data_names':
             function = inst.data_names
 
+        # The parameter type function.
+        if eqi == 'data_type':
+            function = inst.data_type
+
         # Default parameter value returning function.
         if eqi == 'default_value':
             function = inst.default_value




Related Messages


Powered by MHonArc, Updated Tue Jul 26 22:40:02 2011