mailr2668 - /1.3/generic_fns/pdb.py


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

Header


Content

Posted by edward on October 26, 2006 - 09:53:
Author: bugman
Date: Thu Oct 26 09:52:51 2006
New Revision: 2668

URL: http://svn.gna.org/viewcvs/relax?rev=2668&view=rev
Log:
Fixed a bug whereby the match re function had not been imported.


Modified:
    1.3/generic_fns/pdb.py

Modified: 1.3/generic_fns/pdb.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pdb.py?rev=2668&r1=2667&r2=2668&view=diff
==============================================================================
--- 1.3/generic_fns/pdb.py (original)
+++ 1.3/generic_fns/pdb.py Thu Oct 26 09:52:51 2006
@@ -23,7 +23,7 @@
 from math import sqrt
 from Numeric import Float64, dot, zeros
 from os import F_OK, access
-from re import compile
+from re import compile, match
 import Scientific.IO.PDB
 
 




Related Messages


Powered by MHonArc, Updated Thu Oct 26 10:20:05 2006