mailr18072 - /trunk/gui/uf_objects.py


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

Header


Content

Posted by edward on December 06, 2012 - 18:03:
Author: bugman
Date: Thu Dec  6 18:03:49 2012
New Revision: 18072

URL: http://svn.gna.org/viewcvs/relax?rev=18072&view=rev
Log:
Bug fix for the catching of errors in the GUI user functions - the sys module 
import was missing.


Modified:
    trunk/gui/uf_objects.py

Modified: trunk/gui/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/uf_objects.py?rev=18072&r1=18071&r2=18072&view=diff
==============================================================================
--- trunk/gui/uf_objects.py (original)
+++ trunk/gui/uf_objects.py Thu Dec  6 18:03:49 2012
@@ -26,6 +26,7 @@
 from re import search
 import wx
 from wx.lib import scrolledpanel
+import sys
 
 # relax module imports.
 import arg_check




Related Messages


Powered by MHonArc, Updated Thu Dec 06 18:40:02 2012