mailr10412 - /branches/bieri_gui/data/gui.py


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

Header


Content

Posted by edward on January 26, 2010 - 19:48:
Author: bugman
Date: Tue Jan 26 19:48:56 2010
New Revision: 10412

URL: http://svn.gna.org/viewcvs/relax?rev=10412&view=rev
Log:
Added a name and description to the relax GUI data store container.


Modified:
    branches/bieri_gui/data/gui.py

Modified: branches/bieri_gui/data/gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/data/gui.py?rev=10412&r1=10411&r2=10412&view=diff
==============================================================================
--- branches/bieri_gui/data/gui.py (original)
+++ branches/bieri_gui/data/gui.py Tue Jan 26 19:48:56 2010
@@ -39,6 +39,10 @@
         # Add the analysis list object.
         self.analyses = Analyses()
 
+        # Set the name and description.
+        self.name = 'relax_gui'
+        self.desc = 'The relax GUI information store.'
+
 
 
 class Analyses(RelaxListType):




Related Messages


Powered by MHonArc, Updated Tue Jan 26 20:40:03 2010