mailr3180 - in /1.3/test_suite/unit_tests: ./ data/ generic_fns/ maths_fns/


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

Header


Content

Posted by edward on March 14, 2007 - 06:10:
Author: bugman
Date: Wed Mar 14 06:09:52 2007
New Revision: 3180

URL: http://svn.gna.org/viewcvs/relax?rev=3180&view=rev
Log:
Removed the line '#!/usr/bin/env python' from all the unit test modules.


Modified:
    1.3/test_suite/unit_tests/data/test_diff_tensor.py
    1.3/test_suite/unit_tests/data/test_mol_res_spin.py
    1.3/test_suite/unit_tests/generic_fns/test_pipes.py
    1.3/test_suite/unit_tests/maths_fns/test_chi2.py
    1.3/test_suite/unit_tests/test_float.py

Modified: 1.3/test_suite/unit_tests/data/test_diff_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/data/test_diff_tensor.py?rev=3180&r1=3179&r2=3180&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/data/test_diff_tensor.py (original)
+++ 1.3/test_suite/unit_tests/data/test_diff_tensor.py Wed Mar 14 06:09:52 
2007
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 
###############################################################################
 #                                                                            
 #
 # Copyright (C) 2007 Edward d'Auvergne                                       
 #

Modified: 1.3/test_suite/unit_tests/data/test_mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/data/test_mol_res_spin.py?rev=3180&r1=3179&r2=3180&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/data/test_mol_res_spin.py (original)
+++ 1.3/test_suite/unit_tests/data/test_mol_res_spin.py Wed Mar 14 06:09:52 
2007
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 
###############################################################################
 #                                                                            
 #
 # Copyright (C) 2007 Edward d'Auvergne                                       
 #

Modified: 1.3/test_suite/unit_tests/generic_fns/test_pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/generic_fns/test_pipes.py?rev=3180&r1=3179&r2=3180&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/generic_fns/test_pipes.py (original)
+++ 1.3/test_suite/unit_tests/generic_fns/test_pipes.py Wed Mar 14 06:09:52 
2007
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 
###############################################################################
 #                                                                            
 #
 # Copyright (C) 2007 Edward d'Auvergne                                       
 #

Modified: 1.3/test_suite/unit_tests/maths_fns/test_chi2.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/maths_fns/test_chi2.py?rev=3180&r1=3179&r2=3180&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/maths_fns/test_chi2.py (original)
+++ 1.3/test_suite/unit_tests/maths_fns/test_chi2.py Wed Mar 14 06:09:52 2007
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 import unittest
 
 class Test_chi2(unittest.TestCase):

Modified: 1.3/test_suite/unit_tests/test_float.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/test_float.py?rev=3180&r1=3179&r2=3180&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/test_float.py (original)
+++ 1.3/test_suite/unit_tests/test_float.py Wed Mar 14 06:09:52 2007
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 import unittest
 from float  import *
 from copy import copy




Related Messages


Powered by MHonArc, Updated Wed Mar 14 07:20:05 2007