mailr13966 - /branches/gui_testing/relax_gui_mode.py


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

Header


Content

Posted by edward on July 28, 2011 - 17:08:
Author: bugman
Date: Thu Jul 28 17:08:31 2011
New Revision: 13966

URL: http://svn.gna.org/viewcvs/relax?rev=13966&view=rev
Log:
Created a temporary script for forcing relax's GUI mode.


Added:
    branches/gui_testing/relax_gui_mode.py   (contents, props changed)
      - copied, changed from r13959, branches/gui_testing/relax

Copied: branches/gui_testing/relax_gui_mode.py (from r13959, 
branches/gui_testing/relax)
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/relax_gui_mode.py?p2=branches/gui_testing/relax_gui_mode.py&p1=branches/gui_testing/relax&r1=13959&r2=13966&rev=13966&view=diff
==============================================================================
--- branches/gui_testing/relax (original)
+++ branches/gui_testing/relax_gui_mode.py Thu Jul 28 17:08:31 2011
@@ -1,7 +1,9 @@
 #! /usr/bin/env python
+
+# This is a transient solution to forcing the GUI - a better solution would 
be an environmental variable.
 
 # Import the relax module.
 import relax
 
 # Start relax.
-relax.start()
+relax.start(mode='gui')




Related Messages


Powered by MHonArc, Updated Thu Jul 28 18:40:02 2011