mailr14541 - in /1.3/generic_fns: mol_res_spin.py pipes.py


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

Header


Content

Posted by edward on August 31, 2011 - 12:40:
Author: bugman
Date: Wed Aug 31 12:40:10 2011
New Revision: 14541

URL: http://svn.gna.org/viewcvs/relax?rev=14541&view=rev
Log:
Missing imports of the sys module.


Modified:
    1.3/generic_fns/mol_res_spin.py
    1.3/generic_fns/pipes.py

Modified: 1.3/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/mol_res_spin.py?rev=14541&r1=14540&r2=14541&view=diff
==============================================================================
--- 1.3/generic_fns/mol_res_spin.py (original)
+++ 1.3/generic_fns/mol_res_spin.py Wed Aug 31 12:40:10 2011
@@ -39,6 +39,7 @@
 from numpy import array, float64
 from re import split
 from string import count, replace, strip, upper
+import sys
 from textwrap import fill
 from warnings import warn
 

Modified: 1.3/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pipes.py?rev=14541&r1=14540&r2=14541&view=diff
==============================================================================
--- 1.3/generic_fns/pipes.py (original)
+++ 1.3/generic_fns/pipes.py Wed Aug 31 12:40:10 2011
@@ -26,6 +26,7 @@
 
 # Python module imports
 import __builtin__
+import sys
 
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()




Related Messages


Powered by MHonArc, Updated Wed Aug 31 13:00:02 2011