mailr3599 - /1.3/test_suite/unit_tests/prompt/data_types.py


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

Header


Content

Posted by edward on November 18, 2007 - 23:41:
Author: bugman
Date: Sun Nov 18 23:41:06 2007
New Revision: 3599

URL: http://svn.gna.org/viewcvs/relax?rev=3599&view=rev
Log:
Fix for the return_data_types() function.

The reference to self has been removed.


Modified:
    1.3/test_suite/unit_tests/prompt/data_types.py

Modified: 1.3/test_suite/unit_tests/prompt/data_types.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/prompt/data_types.py?rev=3599&r1=3598&r2=3599&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/prompt/data_types.py (original)
+++ 1.3/test_suite/unit_tests/prompt/data_types.py Sun Nov 18 23:41:06 2007
@@ -39,7 +39,7 @@
     return "Hello"
 
 
-def return_data_types(self):
+def return_data_types():
     """Function for returning an array of many different Python objects.
     
     These objects are to test the correct behaviour towards the user 
function arguments.




Related Messages


Powered by MHonArc, Updated Mon Nov 19 00:00:16 2007