mailr5352 - /1.3/prompt/structure.py


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

Header


Content

Posted by edward on April 07, 2008 - 14:03:
Author: bugman
Date: Mon Apr  7 14:03:21 2008
New Revision: 5352

URL: http://svn.gna.org/viewcvs/relax?rev=5352&view=rev
Log:
Fixed the structure user functions for the module rename of r5350.


Modified:
    1.3/prompt/structure.py

Modified: 1.3/prompt/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/structure.py?rev=5352&r1=5351&r2=5352&view=diff
==============================================================================
--- 1.3/prompt/structure.py (original)
+++ 1.3/prompt/structure.py Mon Apr  7 14:03:21 2008
@@ -25,7 +25,7 @@
 
 # relax module imports.
 import generic_fns.structure.geometric
-import generic_fns.structure.structure
+import generic_fns.structure.main
 import help
 from relax_errors import RelaxBinError, RelaxBoolError, RelaxFloatError, 
RelaxIntError, RelaxNoneIntError, RelaxNoneStrError, RelaxNumError, 
RelaxStrError
 
@@ -321,7 +321,7 @@
             raise RelaxNoneStrError, ('spin identifier', spin_id)
 
         # Execute the functional code.
-        generic_fns.structure.structure.read_pdb(file=file, dir=dir, 
model=model, parser=parser, load_seq=load_seq, spin_id=spin_id)
+        generic_fns.structure.main.read_pdb(file=file, dir=dir, model=model, 
parser=parser, load_seq=load_seq, spin_id=spin_id)
 
 
     def vectors(self, heteronuc='N', proton='H', spin_id=None, verbosity=1):
@@ -399,4 +399,4 @@
             raise RelaxIntError, ('verbosity level', verbosity)
 
         # Execute the functional code.
-        generic_fns.structure.structure.vectors(heteronuc=heteronuc, 
proton=proton, spin_id=spin_id, verbosity=verbosity)
+        generic_fns.structure.main.vectors(heteronuc=heteronuc, 
proton=proton, spin_id=spin_id, verbosity=verbosity)




Related Messages


Powered by MHonArc, Updated Mon Apr 07 14:40:09 2008