mailr14051 - in /branches/gui_testing/gui: ./ analyses/ components/


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

Header


Content

Posted by edward on August 02, 2011 - 09:57:
Author: bugman
Date: Tue Aug  2 09:57:39 2011
New Revision: 14051

URL: http://svn.gna.org/viewcvs/relax?rev=14051&view=rev
Log:
Missing imports of the font module.


Modified:
    branches/gui_testing/gui/analyses/results_analysis.py
    branches/gui_testing/gui/analyses/wizard.py
    branches/gui_testing/gui/components/grid.py
    branches/gui_testing/gui/message.py
    branches/gui_testing/gui/settings.py

Modified: branches/gui_testing/gui/analyses/results_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/results_analysis.py?rev=14051&r1=14050&r2=14051&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/results_analysis.py (original)
+++ branches/gui_testing/gui/analyses/results_analysis.py Tue Aug  2 09:57:39 
2011
@@ -33,6 +33,7 @@
 from status import Status; status = Status()
 
 # relax GUI module imports.
+from gui.fonts import font
 from gui.paths import IMAGE_PATH
 
 

Modified: branches/gui_testing/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/wizard.py?rev=14051&r1=14050&r2=14051&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/wizard.py (original)
+++ branches/gui_testing/gui/analyses/wizard.py Tue Aug  2 09:57:39 2011
@@ -31,6 +31,7 @@
 
 # relax GUI module imports.
 from gui import paths
+from gui.fonts import font
 from gui.misc import gui_to_str, str_to_gui
 from gui.wizard import Wiz_page, Wiz_window
 

Modified: branches/gui_testing/gui/components/grid.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/components/grid.py?rev=14051&r1=14050&r2=14051&view=diff
==============================================================================
--- branches/gui_testing/gui/components/grid.py (original)
+++ branches/gui_testing/gui/components/grid.py Tue Aug  2 09:57:39 2011
@@ -34,7 +34,7 @@
 from data import Relax_data_store; ds = Relax_data_store()
 from status import Status; status = Status()
 
-# relaxGUI module imports.
+# relax GUI module imports.
 from gui.filedialog import RelaxFileDialog, opendir
 from gui.fonts import font
 from gui.message import error_message

Modified: branches/gui_testing/gui/message.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/message.py?rev=14051&r1=14050&r2=14051&view=diff
==============================================================================
--- branches/gui_testing/gui/message.py (original)
+++ branches/gui_testing/gui/message.py Tue Aug  2 09:57:39 2011
@@ -32,6 +32,7 @@
 from status import Status; status = Status()
 
 # relax GUI module imports.
+from gui.fonts import font
 from gui.icons import relax_icons
 from gui.paths import IMAGE_PATH, icon_22x22, icon_48x48
 import gui

Modified: branches/gui_testing/gui/settings.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/settings.py?rev=14051&r1=14050&r2=14051&view=diff
==============================================================================
--- branches/gui_testing/gui/settings.py (original)
+++ branches/gui_testing/gui/settings.py Tue Aug  2 09:57:39 2011
@@ -31,6 +31,7 @@
 
 # relax GUI module imports.
 from gui.filedialog import RelaxFileDialog
+from gui.fonts import font
 from gui.icons import relax_icons
 from gui.message import error_message
 from gui.misc import gui_to_int, int_to_gui




Related Messages


Powered by MHonArc, Updated Tue Aug 02 10:40:01 2011