commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5148 - trunk/gnue-forms/src


From: jcater
Subject: r5148 - trunk/gnue-forms/src
Date: Tue, 24 Feb 2004 00:10:56 -0600 (CST)

Author: jcater
Date: 2004-02-24 00:10:55 -0600 (Tue, 24 Feb 2004)
New Revision: 5148

Modified:
   trunk/gnue-forms/src/GFClient.py
Log:
moved the UIdriver import debugging to a more useful location

Modified: trunk/gnue-forms/src/GFClient.py
===================================================================
--- trunk/gnue-forms/src/GFClient.py    2004-02-24 05:56:34 UTC (rev 5147)
+++ trunk/gnue-forms/src/GFClient.py    2004-02-24 06:10:55 UTC (rev 5148)
@@ -93,6 +93,7 @@
           self._ui = dyn_import("%s" % (self.ui_type.replace('/','.')))
           break
         except ImportError, err:
+          raise  # TODO: TEMPORARY
           GDebug.printMesg(1,_("Unknown UI driver")+" %s" % self.ui_type)
           GDebug.printMesg(1,err)
 
@@ -102,8 +103,7 @@
 
         # If user specified a specific UI, don't cycle...
         if SPECIFIC_UI:
-          raise  # TODO: TEMPORARY
-          self.handleStartupError(_("Unable to load any valid UI drivers.  
Aborting.\n\nTraceback\n%s") % err)
+          self.handleStartupError('Unable to load UI driver: %s' % err)
 
         if self.ui_type != 'curses':
           self.ui_type = 'curses'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]