mailr19127 - /trunk/lib/structure/internal/molecules.py


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

Header


Content

Posted by edward on March 24, 2013 - 17:44:
Author: bugman
Date: Sun Mar 24 17:44:47 2013
New Revision: 19127

URL: http://svn.gna.org/viewcvs/relax?rev=19127&view=rev
Log:
Fixes for more missing imports into lib.structure.internal.molecules.


Modified:
    trunk/lib/structure/internal/molecules.py

Modified: trunk/lib/structure/internal/molecules.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/structure/internal/molecules.py?rev=19127&r1=19126&r2=19127&view=diff
==============================================================================
--- trunk/lib/structure/internal/molecules.py (original)
+++ trunk/lib/structure/internal/molecules.py Sun Mar 24 17:44:47 2013
@@ -24,10 +24,13 @@
 
 # Python module imports.
 from string import digits
+from warnings import warn
 
 # relax module import.
+from data_store.relax_xml import fill_object_contents, xml_to_object
 from lib.errors import RelaxError, RelaxFromXMLNotEmptyError
 from lib.structure import pdb_read
+from lib.warnings import RelaxWarning
 
 
 class MolContainer:




Related Messages


Powered by MHonArc, Updated Sun Mar 24 18:00:02 2013