mailr2655 - /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 20, 2006 - 13:58:
Author: bugman
Date: Fri Oct 20 13:57:49 2006
New Revision: 2655

URL: http://svn.gna.org/viewcvs/relax?rev=2655&view=rev
Log:
This fixes a bug in the compile re function.

The bug was reported by Alex Hansen at 
https://mail.gna.org/public/relax-devel/2006-10/msg00112.html
(Message-id: <481156b20610190725ud6bab67w1f8fbbdf849da52c@xxxxxxxxxxxxxx>).  
The simple fix is
described at https://mail.gna.org/public/relax-devel/2006-10/msg00113.html 
(Message-id:
<7f080ed10610190738g7df6566fl13b74d9217071924@xxxxxxxxxxxxxx>).


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=2655&r1=2654&r2=2655&view=diff
==============================================================================
--- 1.3/generic_fns/pdb.py (original)
+++ 1.3/generic_fns/pdb.py Fri Oct 20 13:57:49 2006
@@ -23,6 +23,7 @@
 from math import sqrt
 from Numeric import Float64, dot, zeros
 from os import F_OK, access
+from re import compile
 import Scientific.IO.PDB
 
 




Related Messages


Powered by MHonArc, Updated Fri Oct 20 17:20:05 2006