mailr19460 - in /branches/relax_disp: ./ auto_analyses/__init__.py


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

Header


Content

Posted by edward on April 11, 2013 - 14:18:
Author: bugman
Date: Thu Apr 11 14:18:38 2013
New Revision: 19460

URL: http://svn.gna.org/viewcvs/relax?rev=19460&view=rev
Log:
Merged revisions 19459 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r19459 | bugman | 2013-04-11 14:17:10 +0200 (Thu, 11 Apr 2013) | 5 lines
  
  Removed the import of the auto-analysis modules into the auto_analyses 
package __init__ module.
  
  This import is not needed.
........

Modified:
    branches/relax_disp/   (props changed)
    branches/relax_disp/auto_analyses/__init__.py

Propchange: branches/relax_disp/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Apr 11 14:18:38 2013
@@ -1,1 +1,1 @@
-/trunk:1-19456
+/trunk:1-19459

Modified: branches/relax_disp/auto_analyses/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/auto_analyses/__init__.py?rev=19460&r1=19459&r2=19460&view=diff
==============================================================================
--- branches/relax_disp/auto_analyses/__init__.py (original)
+++ branches/relax_disp/auto_analyses/__init__.py Thu Apr 11 14:18:38 2013
@@ -22,14 +22,6 @@
 # Package docstring.
 """Package for all of the automatic analyses, hard coded protocols to be 
used as a black box."""
 
-# Module imports.
-from auto_analyses import dauvergne_protocol
-from auto_analyses import noe
-from auto_analyses import relax_fit
-from auto_analyses import relax_disp
-from auto_analyses import stereochem_analysis
-
-
 __all__ = [
     'dauvergne_protocol',
     'frame_order',




Related Messages


Powered by MHonArc, Updated Thu Apr 11 14:40:01 2013