mailr9442 - in /branches/bmrb: bmrblib/ bmrblib/NMR_parameters/ bmrblib/kinetics/ bmrblib/thermodynamics/ generic_fns/ prompt/ p...


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

Header


Content

Posted by edward on September 03, 2009 - 14:29:
Author: bugman
Date: Thu Sep  3 14:29:19 2009
New Revision: 9442

URL: http://svn.gna.org/viewcvs/relax?rev=9442&view=rev
Log:
Updates for Python3k.

The command used was:
2to3 -w \
-x except \
-x import \
-x imports \
-x long \
-x numliterals \
-x xrange \
relax .

This is from the docs/2to3_checklist document.  One print statement change in 
pystarlib/TagTable.py
had to be manually fixed afterwards, as the end arg to the print statement 
does not exist in all
python 2.x versions.


Modified:
    branches/bmrb/bmrblib/NMR_parameters/chem_shift_anisotropy.py
    branches/bmrb/bmrblib/base_classes.py
    branches/bmrb/bmrblib/kinetics/general_relaxation.py
    branches/bmrb/bmrblib/kinetics/heteronucl_NOEs.py
    branches/bmrb/bmrblib/kinetics/heteronucl_T1_relaxation.py
    branches/bmrb/bmrblib/kinetics/heteronucl_T2_relaxation.py
    branches/bmrb/bmrblib/misc.py
    branches/bmrb/bmrblib/thermodynamics/order_parameters.py
    branches/bmrb/generic_fns/bmrb.py
    branches/bmrb/generic_fns/mol_res_spin.py
    branches/bmrb/generic_fns/relax_data.py
    branches/bmrb/prompt/bmrb.py
    branches/bmrb/pystarlib/File.py
    branches/bmrb/pystarlib/FileTest.py
    branches/bmrb/pystarlib/SaveFrame.py
    branches/bmrb/pystarlib/TagTable.py
    branches/bmrb/pystarlib/Text.py
    branches/bmrb/pystarlib/Utils.py
    branches/bmrb/pystarlib/testAll.py
    branches/bmrb/specific_fns/model_free/bmrb.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/bmrb/bmrblib/NMR_parameters/chem_shift_anisotropy.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/NMR_parameters/chem_shift_anisotropy.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/bmrblib/base_classes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/base_classes.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/bmrblib/kinetics/general_relaxation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/general_relaxation.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/bmrblib/kinetics/heteronucl_NOEs.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/heteronucl_NOEs.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/bmrblib/kinetics/heteronucl_T1_relaxation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/heteronucl_T1_relaxation.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/bmrblib/kinetics/heteronucl_T2_relaxation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/heteronucl_T2_relaxation.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/bmrblib/misc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/misc.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/bmrblib/thermodynamics/order_parameters.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/thermodynamics/order_parameters.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/generic_fns/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/generic_fns/bmrb.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/generic_fns/mol_res_spin.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/generic_fns/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/generic_fns/relax_data.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/prompt/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/prompt/bmrb.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/pystarlib/File.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/pystarlib/File.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/pystarlib/FileTest.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/pystarlib/FileTest.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/pystarlib/SaveFrame.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/pystarlib/SaveFrame.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/pystarlib/TagTable.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/pystarlib/TagTable.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/pystarlib/Text.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/pystarlib/Text.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/pystarlib/Utils.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/pystarlib/Utils.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/pystarlib/testAll.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/pystarlib/testAll.py?rev=9442&r1=9441&r2=9442&view=diff

Modified: branches/bmrb/specific_fns/model_free/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/specific_fns/model_free/bmrb.py?rev=9442&r1=9441&r2=9442&view=diff




Related Messages


Powered by MHonArc, Updated Thu Sep 03 14:40:04 2009