mailr19126 - /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:42:
Author: bugman
Date: Sun Mar 24 17:42:03 2013
New Revision: 19126

URL: http://svn.gna.org/viewcvs/relax?rev=19126&view=rev
Log:
Missing import.


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=19126&r1=19125&r2=19126&view=diff
==============================================================================
--- trunk/lib/structure/internal/molecules.py (original)
+++ trunk/lib/structure/internal/molecules.py Sun Mar 24 17:42:03 2013
@@ -22,6 +22,9 @@
 # Module docstring.
 """The objects representing molecules in the internal structural object."""
 
+# Python module imports.
+from string import digits
+
 # relax module import.
 from lib.errors import RelaxError, RelaxFromXMLNotEmptyError
 from lib.structure import pdb_read




Related Messages


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