mailr12850 - /1.3/generic_fns/structure/scientific.py


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

Header


Content

Posted by edward on June 03, 2011 - 17:57:
Author: bugman
Date: Fri Jun  3 17:57:55 2011
New Revision: 12850

URL: http://svn.gna.org/viewcvs/relax?rev=12850&view=rev
Log:
The dep_check.scientific_pdb_module flag was still being checked.


Modified:
    1.3/generic_fns/structure/scientific.py

Modified: 1.3/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/scientific.py?rev=12850&r1=12849&r2=12850&view=diff
==============================================================================
--- 1.3/generic_fns/structure/scientific.py (original)
+++ 1.3/generic_fns/structure/scientific.py Fri Jun  3 17:57:55 2011
@@ -53,10 +53,6 @@
 
     def __init__(self):
         """Initialise the class."""
-
-        # Test for the PDB parser availability.
-        if not dep_check.scientific_pdb_module:
-            raise RelaxError("The Scientific python PDB module 
scientific_python.IO.PDB could not be imported.")
 
         # Execute the base class __init__() method.
         Base_struct_API.__init__(self)




Related Messages


Powered by MHonArc, Updated Fri Jun 03 18:20:02 2011