mailr13286 - /branches/gui_testing/gui/analyses/__init__.py


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

Header


Content

Posted by edward on June 29, 2011 - 14:06:
Author: bugman
Date: Wed Jun 29 14:06:22 2011
New Revision: 13286

URL: http://svn.gna.org/viewcvs/relax?rev=13286&view=rev
Log:
The relax data store is now imported.


Modified:
    branches/gui_testing/gui/analyses/__init__.py

Modified: branches/gui_testing/gui/analyses/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/__init__.py?rev=13286&r1=13285&r2=13286&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/__init__.py (original)
+++ branches/gui_testing/gui/analyses/__init__.py Wed Jun 29 14:06:22 2011
@@ -25,6 +25,9 @@
 
 # Python module imports.
 import wx
+
+# relax module imports.
+from data import Relax_data_store; ds = Relax_data_store()
 
 # relax GUI module imports.
 from gui.analyses.auto_model_free import Auto_model_free




Related Messages


Powered by MHonArc, Updated Wed Jun 29 14:20:03 2011