mailr12029 - /branches/bieri_gui/scripts/gui/uf_sequence_read.py


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

Header


Content

Posted by edward on December 30, 2010 - 11:42:
Author: bugman
Date: Thu Dec 30 11:42:42 2010
New Revision: 12029

URL: http://svn.gna.org/viewcvs/relax?rev=12029&view=rev
Log:
Added a script for testing the sequence.read user function window.


Added:
    branches/bieri_gui/scripts/gui/uf_sequence_read.py
      - copied, changed from r12028, 
branches/bieri_gui/scripts/gui/about_relax.py

Copied: branches/bieri_gui/scripts/gui/uf_sequence_read.py (from r12028, 
branches/bieri_gui/scripts/gui/about_relax.py)
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/scripts/gui/uf_sequence_read.py?p2=branches/bieri_gui/scripts/gui/uf_sequence_read.py&p1=branches/bieri_gui/scripts/gui/about_relax.py&r1=12028&r2=12029&rev=12029&view=diff
==============================================================================
--- branches/bieri_gui/scripts/gui/about_relax.py (original)
+++ branches/bieri_gui/scripts/gui/uf_sequence_read.py Thu Dec 30 11:42:42 
2010
@@ -24,11 +24,11 @@
 import wx
 
 # GUI module imports.
-from gui_bieri.about import About_relax
+from gui_bieri.user_functions import User_functions
 
 
 # Build the app and show the window.
 app = wx.App(0)
-win = About_relax(None)
-win.Show()
+user_functions = User_functions(app)
+user_functions.sequence.read(None)
 app.MainLoop()




Related Messages


Powered by MHonArc, Updated Thu Dec 30 12:40:01 2010