mailr11001 - in /1.3: generic_fns/__init__.py prompt/__init__.py test_suite/unit_tests/_prompt/test_pymol.py


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

Header


Content

Posted by edward on March 15, 2010 - 15:01:
Author: bugman
Date: Mon Mar 15 15:01:04 2010
New Revision: 11001

URL: http://svn.gna.org/viewcvs/relax?rev=11001&view=rev
Log:
Fixes for the renaming of the pymol modules to pymol_control.


Modified:
    1.3/generic_fns/__init__.py
    1.3/prompt/__init__.py
    1.3/test_suite/unit_tests/_prompt/test_pymol.py

Modified: 1.3/generic_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/__init__.py?rev=11001&r1=11000&r2=11001&view=diff
==============================================================================
--- 1.3/generic_fns/__init__.py (original)
+++ 1.3/generic_fns/__init__.py Mon Mar 15 15:01:04 2010
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2009 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2010 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -39,7 +39,7 @@
             'palmer',
             'pcs',
             'pipes',
-            'pymol',
+            'pymol_control',
             'rdc',
             'relax_data',
             'relax_re',

Modified: 1.3/prompt/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/__init__.py?rev=11001&r1=11000&r2=11001&view=diff
==============================================================================
--- 1.3/prompt/__init__.py (original)
+++ 1.3/prompt/__init__.py Mon Mar 15 15:01:04 2010
@@ -51,7 +51,7 @@
            'palmer',
            'pcs',
            'pipe',
-           'pymol',
+           'pymol_control',
            'rdc',
            'relax_data',
            'relax_fit',

Modified: 1.3/test_suite/unit_tests/_prompt/test_pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/test_pymol.py?rev=11001&r1=11000&r2=11001&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_pymol.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_pymol.py Mon Mar 15 15:01:04 2010
@@ -24,7 +24,7 @@
 from unittest import TestCase
 
 # relax module imports.
-from prompt.pymol import Pymol
+from prompt.pymol_control import Pymol
 from relax_errors import RelaxNoneStrError, RelaxNoneStrListNumError, 
RelaxStrError
 
 # Unit test imports.




Related Messages


Powered by MHonArc, Updated Mon Mar 15 15:20:02 2010