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
 
 


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to