mailr11004 - 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 16, 2010 - 00:27:
Author: bugman
Date: Tue Mar 16 00:27:51 2010
New Revision: 11004

URL: http://svn.gna.org/viewcvs/relax?rev=11004&view=rev
Log:
Renamed the pymol modules to pymol_control in the __all__ lists and unit 
tests.


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=11004&r1=11003&r2=11004&view=diff
==============================================================================
--- 1.3/generic_fns/__init__.py (original)
+++ 1.3/generic_fns/__init__.py Tue Mar 16 00:27:51 2010
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2010 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2009 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -39,7 +39,7 @@
             'palmer',
             'pcs',
             'pipes',
-            'pymol_control',
+            'pymol',
             'rdc',
             'relax_data',
             'relax_re',

Modified: 1.3/prompt/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/__init__.py?rev=11004&r1=11003&r2=11004&view=diff
==============================================================================
--- 1.3/prompt/__init__.py (original)
+++ 1.3/prompt/__init__.py Tue Mar 16 00:27:51 2010
@@ -51,7 +51,7 @@
            'palmer',
            'pcs',
            'pipe',
-           'pymol_control',
+           'pymol',
            '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=11004&r1=11003&r2=11004&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_pymol.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_pymol.py Tue Mar 16 00:27:51 2010
@@ -24,7 +24,7 @@
 from unittest import TestCase
 
 # relax module imports.
-from prompt.pymol_control import Pymol
+from prompt.pymol import Pymol
 from relax_errors import RelaxNoneStrError, RelaxNoneStrListNumError, 
RelaxStrError
 
 # Unit test imports.




Related Messages


Powered by MHonArc, Updated Tue Mar 16 00:40:03 2010