mailr3192 - /1.3/prompt/residue.py


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

Header


Content

Posted by edward on March 14, 2007 - 09:43:
Author: bugman
Date: Wed Mar 14 09:42:44 2007
New Revision: 3192

URL: http://svn.gna.org/viewcvs/relax?rev=3192&view=rev
Log:
Added an import statement for the 'residue' module of the 'generic_fns' 
package.


Modified:
    1.3/prompt/residue.py

Modified: 1.3/prompt/residue.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/residue.py?rev=3192&r1=3191&r2=3192&view=diff
==============================================================================
--- 1.3/prompt/residue.py (original)
+++ 1.3/prompt/residue.py Wed Mar 14 09:42:44 2007
@@ -20,9 +20,12 @@
 #                                                                            
 #
 
###############################################################################
 
+# Python module imports.
 import sys
 
+# relax module imports.
 import help
+from generic_fns import residue
 from relax_errors import RelaxBinError, RelaxIntError, RelaxNoneStrError, 
RelaxStrError
 
 




Related Messages


Powered by MHonArc, Updated Wed Mar 14 10:00:10 2007