commit-gnue
[Top][All Lists]
Advanced

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

r6282 - trunk/gnue-common/src/apps


From: johannes
Subject: r6282 - trunk/gnue-common/src/apps
Date: Tue, 14 Sep 2004 11:25:52 -0500 (CDT)

Author: johannes
Date: 2004-09-14 11:25:52 -0500 (Tue, 14 Sep 2004)
New Revision: 6282

Modified:
   trunk/gnue-common/src/apps/GClientApp.py
Log:
Added StartupError class


Modified: trunk/gnue-common/src/apps/GClientApp.py
===================================================================
--- trunk/gnue-common/src/apps/GClientApp.py    2004-09-14 14:27:04 UTC (rev 
6281)
+++ trunk/gnue-common/src/apps/GClientApp.py    2004-09-14 16:25:52 UTC (rev 
6282)
@@ -31,7 +31,11 @@
 #
 
 from gnue.common.apps.GBaseApp import GBaseApp
+from gnue.common.apps import errors
 
+class StartupError (errors.UserError):
+  pass
+
 class GClientApp(GBaseApp):
   """
   A class designed to be the basis of client type





reply via email to

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