mailr10673 - /branches/bieri_gui/gui_bieri/about.py


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

Header


Content

Posted by edward on February 05, 2010 - 20:02:
Author: bugman
Date: Fri Feb  5 20:02:19 2010
New Revision: 10673

URL: http://svn.gna.org/viewcvs/relax?rev=10673&view=rev
Log:
Broken import fixed, caused by r10668 in the main 1.3 line.

.....
  r10668 | bugman | 2010-02-05 17:54:15 +0100 (Fri, 05 Feb 2010) | 5 lines

  Renamed the intro.Intro_text class to info.Info_box.

  This is used for introduction strings, but can be used at any point in 
relax as well.
.....


Modified:
    branches/bieri_gui/gui_bieri/about.py

Modified: branches/bieri_gui/gui_bieri/about.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/about.py?rev=10673&r1=10672&r2=10673&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Fri Feb  5 20:02:19 2010
@@ -28,7 +28,7 @@
 import wx
 
 # relax module imports.
-from intro import Intro_text
+from info import Info_box
 
 # relax GUI module imports.
 from paths import IMAGE_PATH
@@ -163,7 +163,7 @@
         """Build the dialog."""
 
         # Initialise the program information container.
-        self.info = Intro_text()
+        self.info = Info_box()
 
         # The starting cursor type.
         self.cursor_type = 'normal'




Related Messages


Powered by MHonArc, Updated Sat Feb 06 01:20:02 2010