mailr10726 - /1.3/auto_analyses/stereochem_analysis.py


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

Header


Content

Posted by edward on February 18, 2010 - 14:13:
Author: bugman
Date: Thu Feb 18 14:13:49 2010
New Revision: 10726

URL: http://svn.gna.org/viewcvs/relax?rev=10726&view=rev
Log:
Removed some unused code and comments at the top of the ex-script.

A config file is no longer read.


Modified:
    1.3/auto_analyses/stereochem_analysis.py

Modified: 1.3/auto_analyses/stereochem_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/auto_analyses/stereochem_analysis.py?rev=10726&r1=10725&r2=10726&view=diff
==============================================================================
--- 1.3/auto_analyses/stereochem_analysis.py (original)
+++ 1.3/auto_analyses/stereochem_analysis.py Thu Feb 18 14:13:49 2010
@@ -60,21 +60,6 @@
 
 
 
-# Configuration.
-################
-
-# Check for the file.
-if not access('stereochem_analysis_config.py', F_OK):
-    raise RelaxError("The configuration file 'stereochem_analysis_config.py' 
cannot be found.")
-
-# Read the configuration.
-execfile('stereochem_analysis_config.py')
-
-
-
-# Do not change anything below this line.
-#########################################
-
 class StereoAnalysis:
     """Class for performing the stereochemistry analysis."""
 




Related Messages


Powered by MHonArc, Updated Thu Feb 18 14:20:03 2010