mailr11612 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on September 29, 2010 - 11:38:
Author: bugman
Date: Wed Sep 29 11:38:11 2010
New Revision: 11612

URL: http://svn.gna.org/viewcvs/relax?rev=11612&view=rev
Log:
One import was accidentally deleted.


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=11612&r1=11611&r2=11612&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Wed Sep 29 11:38:11 2010
@@ -54,6 +54,7 @@
 from base_classes import Container
 from controller import Controller
 from filedialog import opendir, openfile, savefile
+from message import dir_message, error_message, question
 from paths import ABOUT_RELAX_ICON, ABOUT_RELAXGUI_ICON, CONTACT_ICON, 
CONTROLLER_ICON, EXIT_ICON, IMAGE_PATH, LOAD_ICON, MANUAL_ICON, NEW_ICON, 
OPEN_ICON, REF_ICON, RELAX_PROMPT_ICON, SAVE_ICON, SAVE_AS_ICON, 
SETTINGS_ICON, SETTINGS_GLOBAL_ICON, SETTINGS_RESET_ICON
 from references import References
 from relax_prompt import Prompt




Related Messages


Powered by MHonArc, Updated Wed Sep 29 12:00:03 2010