mailr16845 - /branches/interatomic/data/interatomic.py


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

Header


Content

Posted by edward on June 11, 2012 - 19:43:
Author: bugman
Date: Mon Jun 11 19:43:02 2012
New Revision: 16845

URL: http://svn.gna.org/viewcvs/relax?rev=16845&view=rev
Log:
A large number of missing imports for the new data.interatomic module!


Modified:
    branches/interatomic/data/interatomic.py

Modified: branches/interatomic/data/interatomic.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/interatomic/data/interatomic.py?rev=16845&r1=16844&r2=16845&view=diff
==============================================================================
--- branches/interatomic/data/interatomic.py (original)
+++ branches/interatomic/data/interatomic.py Mon Jun 11 19:43:02 2012
@@ -23,11 +23,18 @@
 # Module docstring.
 """The interatomic data containers."""
 
+# Python module imports.
+from re import match
+
 # relax module imports.
-from relax_errors import RelaxError
-
-
-class InteratomContainer(object):
+import generic_fns
+from prototype import Prototype
+from relax_errors import RelaxError, RelaxFromXMLNotEmptyError, 
RelaxImplementError
+from relax_xml import fill_object_contents, object_to_xml, xml_to_object
+import specific_fns
+
+
+class InteratomContainer(Prototype):
     """Class containing the interatomic data."""
 
     def __init__(self, spin_id1=None, spin_id2=None):




Related Messages


Powered by MHonArc, Updated Mon Jun 11 20:00:02 2012