mailr6536 - /1.3/data/relax_xml.py


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

Header


Content

Posted by edward on June 28, 2008 - 22:46:
Author: bugman
Date: Sat Jun 28 22:46:27 2008
New Revision: 6536

URL: http://svn.gna.org/viewcvs/relax?rev=6536&view=rev
Log:
Added a missing import.


Modified:
    1.3/data/relax_xml.py

Modified: 1.3/data/relax_xml.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/relax_xml.py?rev=6536&r1=6535&r2=6536&view=diff
==============================================================================
--- 1.3/data/relax_xml.py (original)
+++ 1.3/data/relax_xml.py Sat Jun 28 22:46:27 2008
@@ -24,6 +24,7 @@
 """Module containing generic fns for creation and parsing of XML 
representations of python objects."""
 
 # Python module imports.
+from numpy import array
 from re import search
 from string import strip
 




Related Messages


Powered by MHonArc, Updated Sat Jun 28 23:00:21 2008