mailr3592 - /1.3/test_suite/unit_tests/data/__init__.py


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

Header


Content

Posted by edward on November 18, 2007 - 22:46:
Author: bugman
Date: Sun Nov 18 22:38:26 2007
New Revision: 3592

URL: http://svn.gna.org/viewcvs/relax?rev=3592&view=rev
Log:
Fixed the relax data store import problem/clash in the spin_base_class module.

The singleton is now imported into the data.__init__ module as Data, and 
hence it can be
subsequently imported by the base class.  A bit of a kludge, but it works for 
now!


Modified:
    1.3/test_suite/unit_tests/data/__init__.py

Modified: 1.3/test_suite/unit_tests/data/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/data/__init__.py?rev=3592&r1=3591&r2=3592&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/data/__init__.py (original)
+++ 1.3/test_suite/unit_tests/data/__init__.py Sun Nov 18 22:38:26 2007
@@ -20,6 +20,10 @@
 #                                                                            
 #
 
###############################################################################
 
+# relax module imports.
+from data import Data
+
+
 __all__ = ['test___init__',
            'test_diff_tensor',
            'test_mol_res_spin']




Related Messages


Powered by MHonArc, Updated Sun Nov 18 23:00:12 2007